Given a list of altitude and corresponding waypoints, how can i get a 3d visualisation plots?
    8 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
lat = [ 43  43  41  38];
lon = [116 120 126 128];
Alttiude=[10000 5000 2000 1000]
0 comentarios
Respuestas (0)
Ver también
Categorías
				Más información sobre 2-D and 3-D Plots 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!
