Main Home Quick tour Documentation Mailing Lists Demonstration Download Sourceforge project FAQ History Links
Toolboxes Char Control Crypto Finance FunFun General Graphics Image Internal InputOutput LinearAlgebra Matrix Miscellaneous Net Polynomial Set Signal SpecFun SpecialMatrix Statistics String System Time Trigonometric ...
Contact Developers
Table of Contents
class(value)
returns the class name of some array.
.
a=55 class(a) -> double b='asdf' class(b) -> char
isa, ismatrix, isnumeric, isscalar, issquare, islogical
Last modified