Mustafa Alper YILDIZ
Followers: 0 Following: 0
Feeds
질문
How to declare function?
I'm trying to understand declaration of functions in Matlab. I want to compute y(x)=x(sqrt(x)-sqrt(x-1)) for x= 10; 100; 100...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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 co...
거의 13년 전 | 답변 수: 1 | 0
