what is function fmain in matlab
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (1)
Paulo Silva
el 29 de Mayo de 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
0 comentarios
Ver también
Categorías
Más información sobre Event Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!