help-octave
[Top][All Lists]
Advanced

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

is_real_vector() missing?


From: notMyUsername
Subject: is_real_vector() missing?
Date: Fri, 7 Nov 2014 16:38:28 -0800 (PST)

Greetings.  is_real_vector() seems to be missing or in a dependency that the
Control package isn't asking for.  I am using the OS X Mavericks Octave
binary from Sourceforge and built all packages from within Octave via 'pkg
install -forge'.

Here is a transcript:

octave:1> version
ans = 3.8.0
octave:2> pkg list
Package Name  | Version | Installation directory
--------------+---------+-----------------------
     control *|   2.6.6 | /Users/me/octave/control-2.6.6
     general  |   1.3.4 | /Users/me/octave/general-1.3.4
      signal  |   1.3.0 | /Users/me/octave/signal-1.3.0
octave:3> pkg load control
octave:4> h = tf([1],[1 2 3]);
error: 'is_real_vector' undefined near line 38 column 15
error: called from:
error:   /Users/me/octave/control-2.6.6/@tfpoly/tfpoly.m at line -1, column
-1
error:   /Users/me/octave/control-2.6.6/__vec2tfpoly__.m at line 32, column
7
error:   /Users/me/octave/control-2.6.6/@tf/tf.m at line 223, column 13



--
View this message in context: 
http://octave.1599824.n4.nabble.com/is-real-vector-missing-tp4667269.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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