Why do I receive "Cell contents reference from a non-cell array object." error?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Why do I receive "Cell contents reference from a non-cell array object." error when I execute this code?
handles.num=1;
handles.den=2;
handles.num{:}
Cell contents reference from a non-cell array object.
0 comentarios
Respuesta aceptada
Jorrit
el 25 de Jun. de 2011
Try round brackets instead handles.num(:). These ones {} are used for cells.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Types 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!