Hi, I just got trial Matlab/Simulink in order to trial Waveform_Generator GUI for my projects. When I run it the window shows for a moment then vanishes. If I knew code I'd fix the errors but I do not. Make the app work and I'll buy Matlab. Thanks.

3 views (last 30 days)
Hi, I just got trial Matlab/Simulink (the requirements for the app) in order to trial Waveform_Generator GUI for my projects. When I run it the window shows for a moment then vanishes. If I knew code I'd fix the errors but I do not. Make the app work and I'll buy Matlab. Thanks, Pahl
Trial License -- for use to evaluate programs for possible purchase as an end-user only.
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software
OpenGL. For more information, click here.
Error using num2str (line 53)
Input to num2str must be numeric.
Error in create_marker (line 17)
set(hfl,'ButtonDownFcn',['bdf(' num2str(ha,'%20.20f') ',' num2str(hfl,'%20.20f') ',''' uf ''''
')']);
Error in wavf_gen>wavf_gen_OpeningFcn (line 93)
p(n)=create_marker(handles.axes1,xys(1,n),xys(2,n),r,[0 1 0],'a',n);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in wavf_gen (line 40)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in WaveformGeneratorGUIApp/startApp (line 86)
obj.AppHandle = eval('wavf_gen');
Error in WaveformGeneratorGUIApp (line 48)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);
Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);
Error using num2str (line 53)
Input to num2str must be numeric.
Error in create_marker (line 17)
set(hfl,'ButtonDownFcn',['bdf(' num2str(ha,'%20.20f') ',' num2str(hfl,'%20.20f') ',''' uf
'''' ')']);
Error in wavf_gen>wavf_gen_OpeningFcn (line 93)
p(n)=create_marker(handles.axes1,xys(1,n),xys(2,n),r,[0 1 0],'a',n);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in wavf_gen (line 40)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in WaveformGeneratorGUIApp/startApp (line 86)
obj.AppHandle = eval('wavf_gen');
Error in WaveformGeneratorGUIApp (line 48)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);
Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);
Error using num2str (line 53)
Input to num2str must be numeric.
Error in create_marker (line 17)
set(hfl,'ButtonDownFcn',['bdf(' num2str(ha,'%20.20f') ',' num2str(hfl,'%20.20f') ',''' uf
'''' ')']);
Error in wavf_gen>wavf_gen_OpeningFcn (line 93)
p(n)=create_marker(handles.axes1,xys(1,n),xys(2,n),r,[0 1 0],'a',n);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in wavf_gen (line 40)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in WaveformGeneratorGUIApp/startApp (line 86)
obj.AppHandle = eval('wavf_gen');
Error in WaveformGeneratorGUIApp (line 48)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);
Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);

Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!