Converting Single dimensional vector or array to two dimension in Matlab
- by pac
Well I do not know if I used the exact term. I tried to find an answer on the net.
Here is what i need:
I have a vector
a = 1 4 7
2 5 8
3 6 9
If I do a(4) the value is 4. So it is reading first column top to buttom then…