Number of functions in a function-M file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is it that there should be only one function in a function M file or there can be any number of functions in a function M file?
0 commentaires
Réponse acceptée
Plus de réponses (2)
Sean de Wolski
le 5 Mar 2012
function z = A;
z = B;
function z = B;
z = pi;
All of it saved in B.m
0 commentaires
Voir également
Catégories
En savoir plus sur Environment and Settings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!