フィルターのクリア

How to call m-files

12 ビュー (過去 30 日間)
Cillian
Cillian 2012 年 6 月 7 日
Hello.
I want to call m-files to a another m-file.
More specific, I have two m.files that I want to call from another m-file.
Regards Cillan

採用された回答

Thomas
Thomas 2012 年 6 月 7 日
Suppose you have two scripts
script1.m and script2.m
you can call the second script from the first by just using
script2
in the code of the first file.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by