how to change function to a normal script
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hasan alomari
il 25 Dic 2013
Commentato: Hasan alomari
il 25 Dic 2013
i have function i want to change it to a script ..... but it have something could nargin which it in if statesman ...what should i do ???
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 25 Dic 2013
Modificato: Azzi Abdelmalek
il 25 Dic 2013
Remove the if statement relative to nargin or nargout. And remove the header
function output=fcn(input)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su C Shared Library Integration in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!