You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the HybridMouse application and followed the instructions provided in the manual. I installed and added all the required toolboxes. However, when I tested the application with one of the WAV files from my internal dataset, it crashed with the following error message:
Warning: File 'backwardarrow.png' is not on the MATLAB or specified path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2418)
In HybridMouse (line 2907)
Warning: File 'forwardarrow.png' is not on the MATLAB or specified path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2426)
In HybridMouse (line 2907)
Warning: File 'tiny-arrow-left-double.png' is not on the MATLAB or specified
path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2483)
In HybridMouse (line 2907)
Warning: File 'tiny-arrow-right-double.png' is not on the MATLAB or specified
path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2491)
In HybridMouse (line 2907)
Warning: File 'backwardarrow.png' is not on the MATLAB or specified path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2536)
In HybridMouse (line 2907)
Warning: File 'forwardarrow.png' is not on the MATLAB or specified path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2544)
In HybridMouse (line 2907)
Warning: File 'tiny-arrow-right-double.png' is not on the MATLAB or specified
path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2615)
In HybridMouse (line 2907)
Warning: File 'tiny-arrow-left-double.png' is not on the MATLAB or specified
path.
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2623)
In HybridMouse (line 2907)
Error using save
Cannot create 'path_data.mat' because 'config' does not exist.
Error in HybridMouse/add_to_path (line 1093)
save(config_path,'path_to_app')
Error in HybridMouse/startupFcn (line 1307)
add_to_path(app)
Error in HybridMouse>@(app)startupFcn(app,varargin{:}) (line 2913)
runStartupFcn(app, @(app)startupFcn(app, varargin{:}))
Error in appdesigner.internal.service.AppManagementService/runStartupFcn (line 135)
startupFcn(app);
Error in matlab.apps.AppBase/runStartupFcn (line 68)
ams.runStartupFcn(app, startfcn);
Error in HybridMouse (line 2913)
runStartupFcn(app, @(app)startupFcn(app, varargin{:}))
Unrecognized function or variable 'getRecodringDetails'.
Error in HybridMouse/loadFile (line 698)
dataIn = getRecodringDetails(audio_filename,path,file);
Error in HybridMouse/mainLoadFileButtonPushed (line 1631)
[hDataRet,ret] = app.loadFile(hData);
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 172)
callback(appOrUserComponent, event);
Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 62)
newCallback = @(source, event)executeCallback(ams, ...
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.
I downloaded the HybridMouse application and followed the instructions provided in the manual. I installed and added all the required toolboxes. However, when I tested the application with one of the WAV files from my internal dataset, it crashed with the following error message:
Sample data to reprodue: custom audio file
Device Specification: Macbook M3 Pro | macOS Sequoia
The text was updated successfully, but these errors were encountered: