Why do I receive "Cell contents reference from a non-cell array object." error?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Jorrit
am 25 Jun. 2011
Try round brackets instead handles.num(:). These ones {} are used for cells.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!