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

조회 수: 8 (최근 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 CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by