A rookie one:
I'm having trouble running the GUI on Matlab 2018b (with all toolboxes required).
Topotoolbox and TAK are on the same folder, in my matlab path.
When trying to run the GUI, this error appears:
Error using TAK0x2D2App/startApp (line 86)
Error defining property 'Image' of class 'TAK':
Class named 'matlab.ui.control.Image' is undefined or does not support property
validation.
Error in TAK0x2D2App (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);
A rookie one:
I'm having trouble running the GUI on Matlab 2018b (with all toolboxes required).
Topotoolbox and TAK are on the same folder, in my matlab path.
When trying to run the GUI, this error appears:
Error using TAK0x2D2App/startApp (line 86)
Error defining property 'Image' of class 'TAK':
Class named 'matlab.ui.control.Image' is undefined or does not support property
validation.
Error in TAK0x2D2App (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);