octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48754] Ignore >> when copy pasting into Comma


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #48754] Ignore >> when copy pasting into Command Window
Date: Mon, 15 Aug 2016 22:17:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.1) Gecko/20100101 Goanna/20160701 PaleMoon/26.3.3

Follow-up Comment #2, bug #48754 (project octave):

Yes. The matlab commandline (matlab -nodisplay) errors out:

>> >> x = rand (1e8, 1); 
 >> x = rand (1e8, 1); 
 |
Error: Unexpected MATLAB operator.



Yes. Pasting the following

>> x = rand (1e8, 1); 
>> mean(x) 

results in

>> x = rand (1e8, 1); 
mean(x) 

ans =

    0.5000

>> 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48754>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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