davidvarga / davidvarga/MBeautifier
Remove commas from matrices
Open
- Dominant language
- MATLAB
- Stars
- 519
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
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];`.
Contributor guide
Assessment
This issue has not been assessed yet.