how to change function to a normal script
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hasan alomari
le 25 Déc 2013
Commenté : Hasan alomari
le 25 Déc 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 commentaires
Réponse acceptée
Azzi Abdelmalek
le 25 Déc 2013
Modifié(e) : Azzi Abdelmalek
le 25 Déc 2013
Remove the if statement relative to nargin or nargout. And remove the header
function output=fcn(input)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur C Shared Library Integration dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!