Open traptw1thin opened 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];.
AddCommasToMatrices
x = [2, 3, 5];
x = [2 3 5];
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 sox = [2, 3, 5];
would becomex = [2 3 5];
.