davidvarga / MBeautifier

MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
GNU General Public License v3.0
490 stars 77 forks source link

Remove commas from matrices #101

Open traptw1thin opened 3 years ago

traptw1thin commented 3 years ago

This is probably the wrong place for this as it is not an issue but a question/suggestion. Is there a way to remove commas from matrices? Similar to AddCommasToMatrices but in reverse so x = [2, 3, 5]; would become x = [2 3 5];.