SRIAKILAN S A
Followers: 0 Following: 0
Feeds
질문
hi i was trying to connect arduino MEGA with simulink i got this error, please help
i connected a potentiometer with analog input and trying to plot it in scope and i got this error
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How do you append to a matrix within a for loop?
% make an empty array % the main command is end+1 N=[]; for i=0:10 x=i*i; N(end+1)=[x] end
How do you append to a matrix within a for loop?
% make an empty array % the main command is end+1 N=[]; for i=0:10 x=i*i; N(end+1)=[x] end
거의 2년 전 | 0