Matlab Demo for Agilent V 3.3.1
1 view (last 30 days)
Show older comments
I can not open the Matlab demo for app for Agilent V 3.3.1. I am having following error. Hope for some help.
Error using surface
While setting the 'SpecularStrength' property of 'Surface':
Value should be between 0 and 1
Error in generateMATLABLogo (line 14)
surface(L, ...
Error in MathWorks_Agilent_2012>MathWorks_Agilent_2012_OpeningFcn (line 69)
generateMATLABLogo(paxis);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in MathWorks_Agilent_2012 (line 40)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in MATLABDemosForAgilentV3310x2D1App/startApp (line 61)
obj.AppHandle = eval('MathWorks_Agilent_2012');
Error in MATLABDemosForAgilentV3310x2D1App (line 38)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 78)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 57)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>runcorrectversion (line 36)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 18)
out = runcorrectversion(appmetadata, appentrypoint, addonmetadatadir);
>>
1 Comment
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!