Hi there,
I've found that when loading experimental data in, if I select the flux units mol/cm2s then I get the following errors and the simulator does not load that data in.
Unrecognized function or variable 'flux_exp'.
Error in convertUnits_invert
Error in Plot_fun
Error in TDS_app/RunSimulationButtonPushed (line 912)
Plot_fun
Error in TDS_app/LoadexperimentaldataButtonPushed (line 1648)
RunSimulationButtonPushed(app, event)
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 171)
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 matlab.ui.control.internal.controller.ComponentController/executeUserCallback
Error while evaluating Button PrivateButtonPushedFcn.
I have changed the units of my data to overcome this, as mol/m2s units do not have the same issue, but I thought this issue should be brought up.
Thanks