Compare class type of two variables?

27 visualizaciones (últimos 30 días)
Najmeh Eskandari
Najmeh Eskandari el 9 de Feb. de 2019
Editada: madhan ravi el 9 de Feb. de 2019
Hi.
I want to check the h class and then if is cell print something.I write the code:
L0={[0,0],[0,0],[.5,.51,.5,.51,.5,.51],[0]};
h=L0{1};
stuff=class(h);
if stuff~='cell'
w=8;
end
but it is wrong.
Thanks if you guide me.are

Respuesta aceptada

madhan ravi
madhan ravi el 9 de Feb. de 2019
Editada: madhan ravi el 9 de Feb. de 2019
if ~isa(h,'cell') % you don’t need the line stuff

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by