How can I input this in Matlab?
1 view (last 30 days)
Show older comments
I solved a problem and I don't know how to put it in Matlab. (I am new)
100+(5-4)t (this is the one I want to insert in the matlab)
answer: v(t)=100+t
I hope you can help me here. Thank you!
0 Comments
Answers (1)
Haider Rizvi
on 13 Sep 2021
Hello,
you have to place asterik sign * if you want to get the product,
For example,
100+(5-4)*t
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!