How to plot 3D plane of surface with 3 coordinates data?

 Accepted Answer

You can use planarFit, from this FEX download,
following the examples in the Examples tab.

8 Comments

I try it but it has been a flat plane I need the surface that look naturaly
Don't have your data and can't see what you tried.
The data looks pretty flat and planar to me.
Can you show your coding pls? 🥺
[~,x,y,z]=readvars('Postmonsoon.xlsx');
scatter3(x,y,z); view(40,20), axis equal
Okayy look great! Thanks 🙇🙇
Hello @Sanufee , if this answer solved your problem, please consider accepting the answer.
Accepting the answer indicates that your problem has been solved (which can be helpful to other people in future) and it awards the volunteer with reputation points for helping you.
You can accept only 1 answer for a question, but you can vote for as many answers as you want. Voting an answer also provides reputation points.

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Release

R2023b

Asked:

on 21 Feb 2024

Commented:

on 22 Feb 2024

Community Treasure Hunt

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

Start Hunting!