Why do i get this error about cell arrays?
이전 댓글 표시
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
Walter Roberson
2013년 1월 3일
What did you set P to before the loop?
Mustafa Alper YILDIZ
2013년 1월 4일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!