Plot cores for large data sets

조회 수: 1 (최근 30일)
New
New 2014년 1월 7일
편집: New 2014년 1월 8일
Update: This problem turned out to be an intall issue. My app runs on some of our boxes but not others. Thanks all!
When using Plot (Xarray, Yarray, LineStyle); Matlab cores when the array length exceeds a couple thousand elements.
This may be a problem/bug in R2011b that was fixed in 2012.
What are the data limits Matlab can plot?
Can one determine programmatically the largest dimension of the X and Y data arrays that plot can handle?
What constrains the maximum length of X and Y data arrays that can be plotted (Memory, pixels, graphics card and/or licensed version of Matlab ...)?
Is DSPLOT available in Matlab R2011b? If so, what's its API?
  댓글 수: 4
New
New 2014년 1월 8일
2004
Matt J
Matt J 2014년 1월 8일
편집: Matt J 2014년 1월 8일
I think Walter meant that he would like to see the exact output of the command size(Yarray). This output would always be a vector of length at least 2 as in the following
>> Yarray=rand(2004,1); size(Yarray)
ans =
2004 1
In particular, are we definitely talking about vector inputs? Additionally, what is the output of
>> memory

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2014년 1월 8일
Is DSPLOT available in Matlab R2011b?
According to my web search, DSPLOT has never been a stock MATLAB function, but there is a DSPLOT on the File Exchange,

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by