필터 지우기
필터 지우기

Index exceeds the number of array elements (0)

조회 수: 1 (최근 30일)
Dominik Müller
Dominik Müller 2020년 9월 16일
편집: Dominik Müller 2020년 9월 16일
Hi folks,
there is this old GUI made with GUIDE which I try to export with Matlab Compiler. If I launch the application from Matlab, everything works fine, but if I try to launch the compiled app, this error occurs:
Index exceeds the number of array elements (0). Error in => xyz.m line 78
This part of code is generated automatically by Matlab and not written by me (auto generated initialization code):
...
else
gui_mainfcn(gui_State, varargin{:}); %%in this line the error occurs
end
% End initialization code - DO NOT EDIT
I don't know how to fix this... it would be a pleasure to get any help.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by