Function with ln and sin
Show older comments
How do i create this function using matlab?
Answers (1)
Voss
on 9 Mar 2024
0 votes
These are the MATLAB functions you might need:
- https://www.mathworks.com/help/matlab/ref/log.html
- https://www.mathworks.com/help/matlab/ref/sin.html
- https://www.mathworks.com/help/matlab/ref/sind.html
These are the MATLAB operators you might need:
- https://www.mathworks.com/help/matlab/ref/rdivide.html
- https://www.mathworks.com/help/matlab/ref/times.html
And you might need some parentheses:
Categories
Find more on Data Logging 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!