HOW TO CALL A FUNCTION IN ANOTHER MFILE FROM A MAIN PROGRAM
Mostra commenti meno recenti
In my project I need to extract dominant gray level features. For that how should I call the feature extraction function in another mfile from the main mfile
Risposte (1)
Simon
il 11 Set 2013
0 voti
Hi!
Place the function mfile in your path and give it the same name as the function inside. Take a look: http://www.mathworks.com/help/matlab/matlab_prog/create-functions-in-files.html
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!