1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 06:23:18 +00:00

Fix circle color

This commit is contained in:
Carles Fernandez 2018-03-10 23:01:12 +01:00
parent 6a79018d2c
commit 986487ba26

View File

@ -186,7 +186,7 @@ plot(0,0,'k*');
[x,y,z] = cylinder([TWO_DRMS TWO_DRMS],200);
plot(x(1,:),y(1,:),[0 0.6 0],'Color',[0 0.6 0]);
plot(x(1,:),y(1,:),'Color',[0 0.6 0]);
str = strcat('2DRMS=',num2str(TWO_DRMS), ' m');
text(cosd(65)*TWO_DRMS,sind(65)*TWO_DRMS,str,'Color',[0 0.6 0]);