-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Thank you for developing and maintaining the nice tool.
I encountered an error message when using the RVE analysis in particle size analysis based on EDMF. That message is as follows:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
위치 1의 인덱스가 유효하지 않습니다. 배열 인덱스는 양의 정수이거나 논리값이어야 합니다.
오류 발생: Function_probability_density/function_calculate_cumulative_fct (155번 라인)
cumulative_fct(end,2)=pdi_(end,2);
^^^^^^^^^^^
오류 발생: Function_probability_density](matlab:matlab.lang.internal.introspective.errorDocCallback (84번 라인)
[results.cumulative_fct, results.x50] = function_calculate_cumulative_fct (x, w);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
오류 발생: Function_particle_size_distancemap_Algorithm (25번 라인)
[dist_fct, ~] = Function_probability_density(distance_transform_vector,[],density_fct_parameters);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
오류 발생: Function_particle_size_distancemap](matlab:matlab.lang.internal.introspective.errorDocCallback (617번 라인)
[distance_transform_subdomain, fitted_diameter_subdomain, ~, ~, ~] = Function_particle_size_distancemap_Algorithm(binary_phase, voxel_size); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
오류 발생: function_microstructure_characterization_segmentedvolume(matlab:matlab.lang.internal.introspective.errorDocCallback (472번 라인)
Function_particle_size_distancemap(Phase_microstructure, PROPERTY, OPTIONS, INFO); % Call function
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
오류 발생: microstructure_characterization_GUI/pushbutton_runallcalculations_Callback (3427번 라인)
function_microstructure_characterization_segmentedvolume(OPTIONS, INFO, PROPERTY)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UIControl Callback을(를) 실행하는 중 오류가 발생했습니다.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I am sorry to contain the Korean words and sentence, which can be translated as follows:
위치 1의 인덱스가 유효하지 않습니다. 배열 인덱스는 양의 정수이거나 논리값이어야 합니다. --> Index at position 1 is invalid. Array indices must be positive integers or logical values.
오류 발생 --> Error
번 라인 --> Line number
UIControl Callback을(를) 실행하는 중 오류가 발생했습니다. --> An error occurred while executing UIControl Callback.
Could you check what I did wrong or what I need to do?