photo

SRIAKILAN S A


Last seen: 6 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
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

más de 1 año hace | 0