Matlab's Tip for tonight

Don't know type of variable in Matlab?

use function >> classe( )

example
>> class( 'thie amrko');
>> ans =
>> char

>> class(cell(1,1));
>> ans =
>> cell

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade