Dear Community,
I am trying to achieve the same result of [1 2 3], with a code spanning over multiple lines, i.e.
[1
2
3]
However, the latter code returns a column vector.
Since the population of the array is long, it is not possible for me to use the [1 2 3] approach in a single line, iwthout multipling significantly the number of lines to write.
Is there an efficient way to do so?