Function with ln and sin
Afficher commentaires plus anciens
How do i create this function using matlab?
Réponses (1)
Voss
le 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:
Catégories
En savoir plus sur Data Logging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!