How do you create an m-file for the function
Mostra commenti meno recenti
How do you create an m-file for the function f(x)=(tan(3x)-3x)/(x^3)
Risposte (1)
Steven Lord
il 20 Apr 2020
0 voti
Follow the instructions on this documentation page. However, that's a simple enough function that if you didn't want to create a separate file for it you could define it as an anonymous function.
Categorie
Scopri di più su Adding custom doc 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!