outdated Matlab command. Need new equivalent

Hi,
I am running a subroutine (written many years ago on an older version of matlab) that is trying to plot a contour map..... I think. It is using the following code:
figure(2); ht1=elevation(a,b,c,d,e);
However since I am using a newer version of matlab it does not seem to recognize the "elevation" plot command anymore. What is the new equivalent for this outdated command?
Thanks, Sean

1 comentario

Image Analyst
Image Analyst el 7 de Nov. de 2013
How do you know it was a built-in function and not a custom written function?

Iniciar sesión para comentar.

Respuestas (1)

per isakson
per isakson el 7 de Nov. de 2013

0 votos

elevation is still in the the Mapping toolbox. However, "Note: elevation will be removed in a future release. Use geodetic2aer instead."

2 comentarios

Sean de Wolski
Sean de Wolski el 7 de Nov. de 2013
elevation doesn't seem to be a plotting routine though...
Kelly Kearney
Kelly Kearney el 7 de Nov. de 2013
Plus the Mapping Toolbox version requires at least 6 inputs.

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 7 de Nov. de 2013

Comentada:

el 7 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by