3D plot making smooth
显示 更早的评论
Dear friends, I have plotted a 3D figure using a matrix elements. I mean the matrix row and column are 'X' and 'Y' and the value of each element is 'Z' axis. The value of elements (Z axis) that are beside each other are close enough but since the 3D curve is discrete, the plot is not very clear. How can I convert it to a smooth plot? Is there any way or command to make it smooth? I can not increase the number of elements in the matrix due to limitations.
回答(2 个)
Jacob Halbrooks
2012-3-12
It might be helpful to see a code example of what you have tried. Have you tried using SURF to create a surface plot from your data? With a SURF plot, you can use SHADING to control the color shading of your plot. For example, this produces a fairly smooth looking plot of 3D data:
surf(peaks)
shading interp
Stephen
2012-3-12
0 个投票
you can maybe use a cubic polynomial spline to fit your curve and then upsample it to get more points, then plot those. I don't know what you're working with though.
4 个评论
Rey Kelvin Peralta
2015-7-26
Can you show me how sir?? im doin similar work. i need to smoothen out edges on my 3d plot.

Walter Roberson
2015-7-26
Rey, we are still waiting for your response in your Question that you posted on this topic.
Rey Kelvin Peralta
2015-7-26
编辑:Rey Kelvin Peralta
2015-7-26
i did not receive any notification sir. where is it?
no responses in my link sir http://www.mathworks.com/matlabcentral/answers/231216-can-anybody-help-me-smoothen-out-the-edges-on-my-3d-plot
类别
在 帮助中心 和 File Exchange 中查找有关 Smoothing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!