Undefined operator '~=' for input arguments of type 'cell'.?
Mostrar comentarios más antiguos
W is cell
contains cell values
in iteration the size of W is reduced by removing cell, and in each time check W is empty , how can I do that in matlab
W =
1×2 cell array
[1×2 double] [1×2 double]
>> W{1}
ans =
1 2
>> W{2}
ans =
2 3
1 comentario
Philippe Lebel
el 9 de Dic. de 2019
The question seems not to be linked to the description. Could you provide a code example of the problem you encounter?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Cell Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!