필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
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 CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by