Conversion to cell from double is not possible. ERROR.

조회 수: 1 (최근 30일)
siddhesh rane
siddhesh rane 2013년 7월 11일
Conversion to cell from double is not possible.
Error in readSTLexp3 (line 273) Q{1,1}(t,5)= -3;
When i tried to assign value -3 to corresponding element({1,1}{t,5}) I got above error. Can anyone explain? Thanks in advance.

채택된 답변

Matt J
Matt J 2013년 7월 11일
편집: Matt J 2013년 7월 11일
You should have
Q{1,1}{t,5}= -3
instead.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by