Conversion to cell from double is not possible. ERROR.

3 ビュー (過去 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 Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by