Community Profile

photo

Veronica george


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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. ...

10 years ago | 1 answer | 0

1

answer

Question


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,...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer