Conversion to cell from double is not possible. ERROR.

2 次查看(过去 30 天)
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 中查找有关 Matrix Indexing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by