[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: classdef syntax question
From: |
Andrew Janke |
Subject: |
Re: classdef syntax question |
Date: |
Wed, 17 Apr 2019 18:31:47 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
You can use "..." continuations in it just like any other Matlab line of
code, and AFAIK they can break the line anywhere, same as other Matlab
code lines.
Cheers,
Andrew
On 4/17/19 5:20 PM, John W. Eaton wrote:
> Does Matlab require that "classdef NAME < SUPERCLASS" all appear on a
> single line? If not, where are newlines allowed?
>
> Thanks,
>
> jwe
>