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

How do you know it was a built-in function and not a custom written function?

댓글을 달려면 로그인하십시오.

답변 (1개)

per isakson
per isakson 2013년 11월 7일

0 개 추천

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

댓글 수: 2

elevation doesn't seem to be a plotting routine though...
Plus the Mapping Toolbox version requires at least 6 inputs.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

태그

질문:

2013년 11월 7일

댓글:

2013년 11월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by