Entering edit mode
7.7 years ago
eng_samar_zayed
•
0
I have matrix 100*100 and i get its lower triangle in file and read it by
(importdata) function in matlab , it is read file row by row and put it in
vector but i need to read it column by column and put it in vector
How can i do this by Matlab ??
this result the last column only in matrix ... i need all columns in one vector