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!