Borrar filtros
Borrar filtros

How to use Projected CRS in axesm function

2 visualizaciones (últimos 30 días)
Jakub Snopl
Jakub Snopl el 21 de Abr. de 2022
Hi,
I tried to use Projected CRS (EPSG = 5514) in axesm function, but with some error which I do not understand. Code and error message is below.
CODE:
proj = projcrs(5514)
axesm(proj)
ERROR:
Error using gcm>checkaxes
Input data is not a graphics handle.
Error in gcm (line 23)
h = checkaxes(varargin{:});
Error in axesm (line 76)
gcm(varargin{1})
Error in priklad3 (line 35)
axesm(proj)

Respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by