Calling a function file in a method
3 次查看(过去 30 天)
显示 更早的评论
I have a function called: 'location.m', and I would like to call this function in a method in a class file that I have. Is this possible to do or is there an easier way to do this?
0 个评论
采纳的回答
Steven Lord
2023-4-3
If location.m is a function file and the function you want to call is the first function in the file, the main function, just call it like you would any other function like svd or plot or why.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!