Number of functions in a function-M file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Sean de Wolski
am 5 Mär. 2012
function z = A;
z = B;
function z = B;
z = pi;
All of it saved in B.m
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!