How do you create an m-file for the function
3 次查看(过去 30 天)
显示 更早的评论
How do you create an m-file for the function f(x)=(tan(3x)-3x)/(x^3)
0 个评论
回答(1 个)
Steven Lord
2020-4-20
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Adding custom doc 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!