octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with echo command


From: fmlburgers
Subject: Re: Help with echo command
Date: Fri, 5 Apr 2019 08:25:14 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Op 5-4-2019 om 00:43 schreef Rik:

Could someone run the attached tst_ps4.m script in Matlab and paste back
the results?  The question at hand is whether Matlab uses a prefix for each
line that it echoes before it executes it.

Thanks,
Rik


same for a more recent matlab version:

'9.5.0.1049112 (R2018b) Update 3'

>> tst_ps4
a = 1

a =

     1

b = 2

b =

     2

c = 3

c =

     3

>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]