필터 지우기
필터 지우기

Help with speeding up scatteredInterpolant, parallel processing toolbox applicable?

조회 수: 1 (최근 30일)
Brian
Brian 2014년 11월 25일
댓글: Mike Jackson 2016년 6월 1일
Hello, thanks for reading this,
I want to possibly speed up a process, but everything I've read about parfor, for instance, makes this seem not applicable.
What I have is a massive point cloud (55k points) with four column entries for the 55k points, three for x y and z coordinates and the last for the data I use for coloring.
To plot the data, I use scatteredInterpolant, then create a meshgrid of the interpolated data. I have a second question regarding this process, which I will not ask here, but I was wondering if this process itself can be done in parallel processing because it takes VERY long for decently high resolutions.
This is the code I used:
I do have the parallel processing toolbox.
Any advice would be helpful.
Thanks!
  댓글 수: 1
Mike Jackson
Mike Jackson 2016년 6월 1일
I have exactly the same problem, it is something I understand as of early 2016 is not supported by Matlab. It's a big gap that an algorithm this easily parallelizable is not implemented with support from the parallel processing toolbox.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by