How do you create an m-file for the function
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How do you create an m-file for the function f(x)=(tan(3x)-3x)/(x^3)
0 comentarios
Respuestas (1)
Steven Lord
el 20 de Abr. de 2020
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.
0 comentarios
Ver también
Categorías
Más información sobre Adding custom doc en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!