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

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

[Octave-bug-tracker] [bug #43351] format + crashes the GUI


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #43351] format + crashes the GUI
Date: Sun, 05 Oct 2014 10:32:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.1.0

Follow-up Comment #6, bug #43351 (project octave):

Btw, it is possible to change plus_format_chars:

octave:1> a = [1 -1 0;-2 0 2];
octave:2> a
a =

   1  -1   0
  -2   0   2

octave:3> format +
octave:4> a
a =

+  
  +

octave:5> format("+", "xyz")
octave:6> a
a =

xyz
yzx

octave:7> format("+", "+- ")
octave:8> a
a =

+- 
- +


But the help says (as Philip already stated) 'plus CHARS', for example '+
"+-."'.

I think the current octave implementation (with two args) is plausible here
and we should fix the documentation.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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