octave-maintainers
[Top][All Lists]
Advanced

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

Re: Possible issue with disp and inputname


From: Nicholas Jankowski
Subject: Re: Possible issue with disp and inputname
Date: Sun, 10 May 2020 16:15:47 -0400

Apparently this code works in matlab. I say apparently because I asked a
colleague to test the full version and it works, I says something like:

>> xx
xx =
xx

confirming using Octave 5.2.0 and Matlab 2020a:

Octave: 

octave:4> format compact   
octave:5> xx = dispbug()
xx =


octave:6> xx
xx =


octave:7> disp(xx)
xx

Matlab:

>> format compact
>> xx = dispbug()
xx =
xx
>> disp(xx)
xx



reply via email to

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