Borrar filtros
Borrar filtros

trisurf to surf

8 visualizaciones (últimos 30 días)
Sven Koerner
Sven Koerner el 24 de Feb. de 2011
Respondida: Sulaymon Eshkabilov el 1 de Jun. de 2021
Hi, does anyone know a calculation for converting data from trisurf-plots in surf-plots?
If there is data TRI,X,Y and Z for generating a trisurf plot ( trisurf(Tri,X,Y,Z)), how can I convert the data to Xnew, Ynew and Znew, so that I get the same figure as with trisurf-function while doing surf(Xnew, Ynew, Znew)?
  1 comentario
Pavel Kolesnichenko
Pavel Kolesnichenko el 3 de Jul. de 2019
Editada: Pavel Kolesnichenko el 3 de Jul. de 2019
I have similar question: is there a way to extract X,Y,Z-values from 'trisurf'-plot in the format that would be suitable to feed into 'surf'-command.

Iniciar sesión para comentar.

Respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 1 de Jun. de 2021
Here is a nice code developed by a matlab community user:
A few codes on surf and trisurf plotting options:
https://stackoverflow.com/questions/9170838/surface-plots-in-matplotlib

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by