Rachel Frings
自 2015 起处于活动状态
Followers: 0 Following: 0
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([...
9 years 前 | 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...
10 years 前 | 1 个回答 | 0