Hello,
i would like to get every elemt from a mat without any bracktets ( [,] or ,]
So I create a txt file and write there every element of my mat.
It looks like: [ 91, 28, 129, ...] But i want, that it looks like this example: 91 28 129
How I can do this?