Discussed in #35
Originally posted by Som2004babu November 15, 2025
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.
function_generate_ellipsoid_microstructure is not found in the current folder or on the MATLAB path, but exists in:
C:\Users\ASUS\Downloads\MATBOX_Microstructure_analysis_toolbox-master\MATBOX_Microstructure_analysis_toolbox-master\src\Microstructure_generation
Change the MATLAB current folder or add its folder to the MATLAB path.
Error in Microstructure_generation_stochastic/Generate_ButtonPushed (line 1595)
[microstructure3D, ~, particle_data, outcome, overlapping_stat] = function_generate_ellipsoid_microstructure(app.domain_size,app.phase,tolerance,forceodddiameter,overlapping,acc,cropparameters,~app.disable_contiguituy_check, pMask, stoping_conditions, do_verification, save_options);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 13)
callback(appOrUserComponent, event);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 54)
newCallback = @(source, event)executeCallback(ams, ..