Effacer les filtres
Effacer les filtres

Cell Array Error Correction

2 vues (au cours des 30 derniers jours)
Franco
Franco le 5 Avr 2016
Modifié(e) : Ryan Povall le 7 Avr 2016
Anyone out there know why I keep getting this error (Cell contents assignment to a non-cell array object) and how to correct it.
for i = 1:2
var1{i} = rand(2,2)
end

Réponses (1)

Ryan Povall
Ryan Povall le 7 Avr 2016
Modifié(e) : Ryan Povall le 7 Avr 2016
My guess is that you have used var1 as a different data type before executing this code. I am able to copy and paste this into my MATLAB command window and run without error. I suggest changing "var1" to a different variable name or use the command "clearvars" (as seen in this documentation page: http://www.mathworks.com/help/matlab/ref/clearvars.html ). Make sure you are using the same variable name for consistent data types. I hope this helps.
Ryan

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by