Number of functions in a function-M file
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (2 件)
Sean de Wolski
2012 年 3 月 5 日
function z = A;
z = B;
function z = B;
z = pi;
All of it saved in B.m
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!