how can add path of specific file in another file of matlab?

3 ビュー (過去 30 日間)
Awais Khan
Awais Khan 2020 年 2 月 14 日
回答済み: Walter Roberson 2020 年 2 月 14 日
is it possible to call matlab function from another matlab function.

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 2 月 14 日
You cannot add the path to a specific function.
You can cd to the directory that the function is in, and @ the function name to get a handle to it that in theory should be valid after you cd back.

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by