Feeds
질문
Outputting numbers into a single array when using a double for loop?
Here is my current code: x(1)=0; y(1)=0; s=100; for n=1:s for t=1:s x(t+1)=[x(t)+randi([...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
How to have MatLab put input numbers into an array?
I need help putting numbers into an array. I have a problem where the user inputs six numbers and I want the program to ouput th...
거의 11년 전 | 답변 수: 1 | 0
