should all be parsed the same as
disp( [ 'Error: ', ME.message ] );
MBeautifier is erroneously parsing
disp( [ 'Error: ' ME . message ] );
like this
disp( [ 'Error: ', ME, ., message ] );
which isn't valid Matlab syntax and neither is it in agreement with Matlab parser.
should all be parsed the same as
disp( [ 'Error: ', ME.message ] );
MBeautifier is erroneously parsing
disp( [ 'Error: ' ME . message ] );
like thisdisp( [ 'Error: ', ME, ., message ] );
which isn't valid Matlab syntax and neither is it in agreement with Matlab parser.