Why do i get this error about cell arrays?
Mostrar comentarios más antiguos
for i = 1:1000
P{i+1} = inv(eye(m).*A)*T*P{i}+ inv(eye(m).*A)*B;
P{i+1}=P{i};
end
When i execute this code i get Cell contents reference from a non-cell array object error. Help pls
2 comentarios
Walter Roberson
el 3 de En. de 2013
What did you set P to before the loop?
Mustafa Alper YILDIZ
el 4 de En. de 2013
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!