Making a surface on a grid
Ältere Kommentare anzeigen
I have a matrix of 1000x1000 and another with 6x2 with the desired data points, I want to make a grid of 1000x1000 and plot the 6 data points on that. How can I do this and is it possible to connect those points to form a surface? Thank you!
Antworten (1)
Walter Roberson
am 25 Jun. 2018
0 Stimmen
griddata() and then surf()
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!