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

 Réponse acceptée

Matt J
Matt J le 21 Fév 2024
You can use planarFit, from this FEX download,
following the examples in the Examples tab.

8 commentaires

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.
This is my file sir.
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Produits

Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by