Having problems transposing a large vector.
古いコメントを表示
I came across a puzzling issue today. When trying to transpose a column vector (86400048x1) into a row vector, MATLAB seems to transpose the vector (variable shows up as 1x86400048), but the vector does not show up when I select the variable. The area where matrices usually show up is simply empty. To troubleshoot, I tried to index out portions of the vector (split into ten ~equal pieces), and then combine each piece again. I was able to combine the vector to get a 1x85000000 row vector, but can't add much more without the same issue occurring. Any ideas as to what is going on here?
2 件のコメント
Walter Roberson
2015 年 7 月 17 日
Are you referring to the Workspace Browser?
Muthu Annamalai
2015 年 7 月 17 日
How much RAM do you have on your machine?
I see you have a (659 MB) ~3/4 GB vector in memory if all this is native double type vector.
Maybe this is causing some display issues ?
But a screenshot maybe useful here.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!