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
Walter Roberson 2011 年 5 月 29 日
Is Fortran mex involved in this question?

サインインしてコメントする。

回答 (1 件)

Paulo Silva
Paulo Silva 2011 年 5 月 29 日

0 投票

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 ExchangeEvent Functions についてさらに検索

タグ

質問済み:

2011 年 5 月 29 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by