How to enter a function into matlab
Show older comments
Hello good day,
I am having issues on how to enter this equation into MATLAB.

Also,

thank you in advance !
1 Comment
Walter Roberson
on 16 Sep 2020
MATLAB has not implicit multiplication. All multiplication must use the .* operator or the * (matrix multiplication) operator.
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!