Hi experts-
I have scattered 3D data of what will always be a closed surface. It may not always contain 0,0,0. I was looking into meshgrid here: http://www.mathworks.com/help/matlab/visualize/representing-a-matrix-as-a-surface.html#f0-9140 ...but the X and Y seemed returned in random order, so surf didn't take it. I see some complicated zip files I could explore, but I hope it's not too complicated. I'll even attach the actual data I'm trying to fit. Want to fit a closed surface to the scattered points.
Thanks so much in advance, Dave

 채택된 답변

Walter Roberson
Walter Roberson 2016년 6월 7일

0 개 추천

You did not really define what you are trying to achieve. If you are just trying to do a scatter plot, then just load the data and then use scatter3()

댓글 수: 3

David Pesetsky
David Pesetsky 2016년 6월 7일
Sorry, I edited the questions. Need to fit a closed surface to the scattered points.
If you have a mathematical model of the surface you might be able to do better.
David Pesetsky
David Pesetsky 2016년 6월 8일
Thanks. This is perfect with a hull setting, and edge color off. And more points :)

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by