Feeds
提问
Plot data from Excel
How do I get Matlab to open my Excel file and read the data so that it is translated into a graph? It's projectile trajectory. ...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to display a table featuring user input
I'm working on a script (matlab book, pg. 216 question 32) in which a user will input temperatures and at the end of the script,...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to count how many numbers are odd or even?
a = 3 r = 2 n = 0:5 g=0; for n=n g=g+(a*(r^n)) end % How many numbers are even? (rem(g,2)==0) if ans==1('Even...
12 years 前 | 2 个回答 | 0
2
个回答提问
How can I generate a user-input geometric series script?
I'm looking to generate a script that will be able to have user input. How do I start this code? That's my struggle: what exac...
12 years 前 | 1 个回答 | 0