How can I p-code a function whose input parameter is of type struct?
조회 수: 4 (최근 30일)
이전 댓글 표시
Dear all,
I need to p-code a certain function of my program which contains the main algorithm. The problem is that the input argument of the algorithm function is a structure called "guidata". When I try to p-code this function I, of course, get the following error message:
>> pcode(algorithm)
Reference to non-existent field 'signals'.
Error in algorithm (line xy)
algorithm.run.output = guidata.signals.level;
My question now is if there is any way p-coding this file without changing the structure or worse: using global variables!
Thanks in advance!
Regards, Wiebke
댓글 수: 0
답변 (2개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!