gpt4 book ai didi

matlab - 绘制大量数据时如何减小打印的 eps 的大小

转载 作者:太空宇宙 更新时间:2023-11-03 20:02:00 28 4
gpt4 key购买 nike

我正在绘制大型数据集并将其打印为 eps:

plot(Voltage,Torque,'b.')
print -depsc figure.eps

通过这百万个数据点,我将拟合一个图表。然而,由于电压和扭矩矢量的大小非常大,我的 eps 文件是 64.5 MB。

然而,大多数标绘点位于其他点之上或非常接近。如何减小 .eps 的大小,同时仍然对图表中数据的显示方式产生有限的影响?我可以让 matlab 检测和删除足够接近其他已绘制点的数据点吗?

虽然它是一个散点图,但我没有使用散点图,因为所有点的大小和颜色都应该相同。是否可以使用散点图删除视觉上过时的数据点?

最佳答案

在 stackoverflow 之外,File Exchange始终是开始寻找解决方案的好地方。在这种情况下,我发现了以下提交:

Plot (Big) :

This simple tool intercepts data going into a plot and reduces it to the smallest possible set that looks identical given the number of pixels available on the screen.

DSPLOT :

This version of "plot" will allow you to visualize data that has very large number of elements. Plotting large data set makes your graphics sluggish, but most times you don't need all of the information displayed in the plot.

如果您最终在 LaTeX 文件中使用绘图,您应该考虑使用

matlab2tikz :

This is matlab2tikz, a MATLAB(R) script for converting MATLAB figures into native TikZ/Pgfplots figures.

要在 LaTeX 中使用,您不必绕过 PostScript,它会生成漂亮的图。它还提供了一个名为:CLEANFIGURE('minimumPointsDistance', DOUBLE,...) 的函数,这将帮助您减少数据点。 (也许您也可以将其与上述解决方案结合使用。)

关于matlab - 绘制大量数据时如何减小打印的 eps 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27944100/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com