Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Reference Functions Using Standalone Executable

조회 수: 4 (최근 30일)
Richard McCulloch
Richard McCulloch 2013년 7월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
I created a GUI that uses a function file to create plots, diagnostics, etc. The program was written to accept any type of function, which is the key to its usefulness. I created a standalone executable of the GUI which works great, but when I import my function and put it to use an error shows up (in the DOS window):
??? Error while evaluating uicontrol Callback
??? Undefined function or method 'fun' for input arguements of type 'double'.
Error in ==> gui>my_sub_fcn at 1185
I know that functions are included in the compile stage, but this program is intended to use a dynamic function definition. Is it possible to achieve what I am trying to do?
Thank you very much for your help!
Richard

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by