help-octave
[Top][All Lists]
Advanced

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

Class of octave value


From: Shamika Mohanan
Subject: Class of octave value
Date: Fri, 4 Sep 2015 11:10:38 +0530

It is possible to get the class (data type) of a variable using

octave:1> x=1
x =  1
octave:2> class(x)
ans = double

Is there a similar function for each element of octave_value_list?

Shamika






reply via email to

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