photo

Edfred


Last seen: 대략 1개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Loop: for i = 1:L ;
Hey everyone I have a question regarding the loop as mentioned for i=1:L where e.g. L=400. I have some collected data and for ex...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab plot of a program
I want to plot some measured data and my question is why the y-axis is so small and how i could get it bigger so that i can see ...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


"Index in position 2 exceeds array bounds. Index must not exceed 401" Error. Can someone explain to me why here an error appears?
x_exact = randn(size(A,1),L+1); u_exact = randn(size(B,2),L+1); for k = 1:L x_exact(:,k+1) = A*x_exact(:,k) + B...

대략 1년 전 | 답변 수: 2 | 0

2

답변