photo

Brandon Byerly


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I'm trying to make a for-end loop that outputs a complete table of the variables t and y.
for t=1:100 y=1-exp(-t/50); table(t,y) end I'm trying to make a for-end loop that outputs a complete table...

7 years ago | 1 answer | 0

1

answer

Question


How do I plot the integral of a function in matlab?
For a class assignment I need to show in matlab that I can find the antidirivitive and dirivitive of a function. I am able to fi...

7 years ago | 0 answers | 0

0

answers