How to find error in function file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Suppose I have written a matlab coding which include two function file. Whenever i run the main
programme it gives error. But the error is due to the function file.Can i seperately run the
function file or is there any procedure?
0 Commenti
Risposte (1)
Chandrasekhar
il 15 Mag 2014
yes you can run the function file separately.
enter the name of the function in the command prompt and press enter.
you need to enter the arguments also if the function has any arguments
0 Commenti
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files 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!