I am trying to make livescript examples from m-file examples, and have a plot where I can switch certain elements on and off by clicking in the legend. I get an error when I try to set this callback when I convert this script to a livescript. Is there a way that I can ignore this function when running a livescript and is there a way a function can determine if it is being called from a livescript. Thanks in advance.

 채택된 답변

Walter Roberson
Walter Roberson 2021년 1월 20일

0 개 추천

mfilename fullpath
will be in a temporary directory if you are using livescript, and the file name itself will start with "LiveEditor"
See also dbstack('-completenames')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

릴리스

R2019b

태그

Community Treasure Hunt

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

Start Hunting!

Translated by