gpt4 book ai didi

performance - Matlab GPU加速用于加载大点云数据集

转载 作者:行者123 更新时间:2023-12-03 15:45:50 26 4
gpt4 key购买 nike

我正在尝试在MATLAB中的3d空间中加载一个包含一百万个点的大型数据集,但是每当我尝试对其进行绘制(散点图或plot3)时,它都将花费很长时间。这是在装有Intel Graphics Media Accelerator 950的笔记本电脑上,最大共享224 MB的系统内存。这有时还会导致Matlab 2008a崩溃。有没有一种方法可以让MATLAB使用Nvidia GPU绘制该数据集。我还有另一台配备Nvidia Go 6150的笔记本电脑。我使用的是Windows Xp和Windows 7。

最佳答案

的OpenGL

您可以在MATLAB中设置用于图形的渲染器。

http://www.mathworks.com/support/tech-notes/1200/1201.html

要利用GPU,可以将其设置为OpenGL

set(0,'DefaultFigureRenderer','opengl')



哪一个

enables MATLAB to access graphics hardware if it is available on your machine. It provides object transparency, lighting, and accelerated performance.



其他方法

另外,以下链接显示了有关优化图形性能的一些想法:

http://www.mathworks.com/access/helpdesk/help/techdoc/creating_plots/f7-60415.html

然而,

These techniques apply to cases when you are creating many graphs of similar data and can improve rendering speed by preventing MATLAB from performing unnecessary operation.

关于performance - Matlab GPU加速用于加载大点云数据集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2149989/

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