How can I input this in Matlab?

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!

Answers (1)

Hello,
you have to place asterik sign * if you want to get the product,
For example,
100+(5-4)*t

1 Comment

Hello! I already tried that and it shows "Unrecognized function or variable 't'"

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Release

R2021a

Asked:

on 13 Sep 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!