syntax of matlab code
显示 更早的评论
how can i trace or identify which matlab command / syntax is used in the script ?
I want to understand the script written in an example file, and so how can i understand it aby tracing / checking the syntax?
回答(1 个)
Ameer Hamza
2020-9-26
You can write-click on the name of the function and click open "Function name". It will take you to the corresponding function unless the function is overloaded. In which case, you can use which command to find out the complete list
which -all function_name
类别
在 帮助中心 和 File Exchange 中查找有关 File Operations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!