photo

SRIAKILAN S A


Last seen: 11ヶ月 前 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

2年弱 前 | 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

2年弱 前 | 0