フィルターのクリア

Why do I receive "Cell contents reference from a non-cell array object." error?

2 ビュー (過去 30 日間)
sadel
sadel 2011 年 6 月 25 日
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.

採用された回答

Jorrit
Jorrit 2011 年 6 月 25 日
Try round brackets instead handles.num(:). These ones {} are used for cells.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by