Matlab Demo for Agilent V 3.3.1

1 view (last 30 days)
Om Nandi
Om Nandi on 7 Apr 2016
Commented: Walter Roberson on 7 Apr 2016
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
Walter Roberson
Walter Roberson on 7 Apr 2016
Where did you find the code? I do not seem to locate that.

Sign in to comment.

Answers (0)

Categories

Find more on Programming 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!