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!