Is there a limit on amount of data a figure can contain?
Ältere Kommentare anzeigen
I was trying to make a figure with multiple subplots (3x3) with what I thought was not a whole lot of data. Every time the figure came across trying to draw contour lines on a subplot, MATLAB would crash with a message pop-up that said "MATLAB has encountered internal errors and need to close".
The contour command was last in sequence of plotting. On a whim, I changed the sequence trying to plot the contour first and then do simpler plots. Now, I could plot the contours but MATLAB crashed again after making like 4 subplots instead of 8 in the previous case.
So that got me thinking - is there a limit on amount of data a figure can capture?
3 Kommentare
dpb
am 19 Mär. 2015
AFAIK only in the sense of total memory...you don't say what version or give a sample script that causes the problem so anyone can try to test so not much we can do...if you can reproduce this (and sounds as though can at least on your system), a crash of any sort is definitely a reportable event to "official" TMW support.
Use the link and submit a bug/support request at link at main page www.mathworks.com Attach a minimal complete example that reproduces the problem and the other requested information in the submittal form.
Aniket Vagha
am 19 Mai 2015
Walter Roberson
am 19 Mai 2015
That does not sound like a question about a limit on the amount of data that can be plotted.
Antworten (0)
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!