3 datasets on one skyplot
Mostrar comentarios más antiguos
%Example of the data i have for one sateliite
elevation = [30; 60; 90];
azimuth = [60; 90; 120];
MP = [0.2; 0.7; 0.9];
figure()
skyplot(azimuth, elevation)
% How do i include MP to this skyplot in such a way that colour gradient represents the magintude of MP
2 comentarios
Sarvesh Kale
el 7 de Mzo. de 2023
can you please tell what is MP ?
osasunmwen efosa
el 7 de Mzo. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Blue en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

