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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0