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