mat2str uses depreciated is_complex

Richard Bovey Richard.Bovey at baesystems.com
Tue May 20 04:08:07 CDT 2008


In octave 3.0.1 mat2str.m uses the depreciated is_complex.m function.

I'm using Windows XP.

An example session below.

Regards,
Richard

-----------------

>> OCTAVE_VERSION
ans = 3.0.1
>> mat2str([1 1])
warning: is_complex is obsolete and will be removed from a future version of
Octave; please use iscomplex instead
ans = [1,1]
-- 
View this message in context: http://www.nabble.com/mat2str-uses-depreciated-is_complex-tp17336238p17336238.html
Sent from the Octave - Bugs mailing list archive at Nabble.com.



More information about the Bug-octave mailing list