Conversion to cell from double is not possible. ERROR.

3 vues (au cours des 30 derniers jours)
siddhesh rane
siddhesh rane le 11 Juil 2013
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.

Réponse acceptée

Matt J
Matt J le 11 Juil 2013
Modifié(e) : Matt J le 11 Juil 2013
You should have
Q{1,1}{t,5}= -3
instead.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by