How do I use surf on a specific set of points

I've got these specific values that I want to use to get a surface plot, how do I do it?

Réponses (1)

Matt J
Matt J le 8 Sep 2023
Modifié(e) : Matt J le 8 Sep 2023

0 votes

You can use trisurf. This requires you to decide upon the triangle connectivity, but many people just use the Delaunay triangulation, like in this example,

Community Treasure Hunt

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

Start Hunting!

Translated by