フィルターのクリア

If i want to use the other m.file in a single m.file,is there any instruction code i can use?

1 回表示 (過去 30 日間)
If i have three m. files,codeA,codeB and codeC,now i will use codeB and codeC to find something in my codeA,first m file,is there any instruction i can i can use?
There is a method,i just copy the codeB and codeC,and paste into the codeA,and i can use the codeB and codeC when i am using the codeA,but if codeB and codeC are complicated and long,the codeA will become complicater and longer,that is not what i want.

採用された回答

Jan
Jan 2019 年 3 月 2 日
Use functions.

その他の回答 (1 件)

Geoff Hayes
Geoff Hayes 2019 年 3 月 2 日
If your codeA, codeB, and codeC are functions (instead of scripts), then you can call one from the other. See Scripts vs Functions for details.

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by