help-octave
[Top][All Lists]
Advanced

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

textable not working in octave 4.0.0 ubuntu 16.04


From: wienerschnitzel
Subject: textable not working in octave 4.0.0 ubuntu 16.04
Date: Thu, 17 Aug 2017 10:03:14 -0700 (PDT)

hello,
I'm trying to use textable:

>> A=[1 2 3; 4 5 6]
A =

   1   2   3
   4   5   6

>> textable(A)
error: value on right hand side of assignment is undefined
error: called from
    textable at line 111 column 5


This is after I installed and loaded miscellaneous package, which depends on
general package.

Am I missing something else?




--
View this message in context: 
http://octave.1599824.n4.nabble.com/textable-not-working-in-octave-4-0-0-ubuntu-16-04-tp4684509.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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