what is function fmain in matlab
5 次查看(过去 30 天)
显示 更早的评论
i want to know briefly what is function fmain in matlab means and how to use it and is it seperated function from matlab or included in matlab
回答(1 个)
Paulo Silva
2011-5-29
I'm not aware of any MATLAB function called fmain but try this:
which fmain %this will show where the function is
%help and documentation of the function
doc fmain
help fmain
%edit the function to see the code if allowed
edit fmain
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Event Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!