photo

SRIAKILAN S A


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

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 year 前 | 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

1 year 前 | 0