Is there a function Is_array in matlab ?
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohamed Anwar ABOUABDALLAH
el 11 de Dic. de 2020
Comentada: KALYAN ACHARJYA
el 11 de Dic. de 2020
I may be a newbie in matlab have a small problem with a libray in matlab : I don't know if there a function is_array in matlab.
Error in tt_tensor (line 183) if is_array(varargin{1})
My code worked somme weeks ago but didn't work since yesterday.
If someone could help me, I will be gratfull.
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 11 de Dic. de 2020
Editada: KALYAN ACHARJYA
el 11 de Dic. de 2020
isvector(data) returns logical 1 (true) if data is a vector. Otherwise, it returns logical 0 (false).
More: There is "uiarray" function, this function is used primarily for creating UI controls of demos of the toolbox.
Deatail, please check
>> help uiarray
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computational Geometry 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!