Number of functions in a function-M file
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
Shalini
el 5 de Mzo. de 2012
0 votos
Sean de Wolski
el 5 de Mzo. de 2012
function z = A;
z = B;
function z = B;
z = pi;
All of it saved in B.m
Categorías
Más información sobre Files and Folders en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!