what is function fmain in matlab

7 visualizzazioni (ultimi 30 giorni)
Mohamed Abdelhamid
Mohamed Abdelhamid il 29 Mag 2011
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

Risposte (1)

Paulo Silva
Paulo Silva il 29 Mag 2011
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

Categorie

Scopri di più su Event Functions in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by