what is function fmain in matlab
이전 댓글 표시
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
Walter Roberson
2011년 5월 29일
Is Fortran mex involved in this question?
답변 (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
카테고리
도움말 센터 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!