Error in CreateOspreyJob_app/CREATEJOBButtonPushed (line 472)
MRSCont = OspreyJob(jobm,1);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 335)
Error while evaluating DestroyedObject PrivateButtonPushedFcn.
I tried analyzing the same data again on my Windows computer ( MATLAB R2023a), and it worked fine. However, I will need to run it on my lab’s Linux server (MATLAB R2021a), and this is when the problem occurs.
I’ve looked into your data. I was able to fully analyze the data using your jobfile in a Ubuntu 22.04.1 virtual machine and Matlab 2023a. I am still a bit puzzled about the error you are reporting as the function that results in the crash is called several times before without any failure.
Are you running this in the Matlab GUI on the server or are you running nosplash nodesktop mode?
Could you download the latest version 2.5.0 from GitHub and try again? If it is still not working I will download MATLAB R2021a and see if I can reproduce the error.