3D surface plot change origin of axis?

Hi,
I created an surface plot:
now I want to change the cs vaules as outlined in the figure above. The zero of the cs values should lay next to the zero of the q values.
How can I do that?
Thank you

Respuestas (1)

Star Strider
Star Strider el 1 de Mayo de 2021
Perhaps —
cs = cs - min(cs);
Since ‘cs’ is likely a matrix, that will need to be changed to conform to the dimensions of ‘cs’. (With only the informaation provided, coding a more detailed approach is not poissible.)

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 1 de Mayo de 2021

Respondida:

el 1 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by