Function with ln and sin
Mostra commenti meno recenti
How do i create this function using matlab?
Risposte (1)
Voss
il 9 Mar 2024
0 voti
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:
Categorie
Scopri di più su Data Logging in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!