Skip to content
Snippets Groups Projects
Commit 22c58c8f authored by leprob001's avatar leprob001
Browse files

All SatData positions now have a date in trajectory output window.

parent baa8b138
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ month = pSatDataPositions.month_sat(~isnan(pSatDataPositions.month_sat)); ...@@ -11,7 +11,7 @@ month = pSatDataPositions.month_sat(~isnan(pSatDataPositions.month_sat));
day = pSatDataPositions.day_sat(~isnan(pSatDataPositions.day_sat)); day = pSatDataPositions.day_sat(~isnan(pSatDataPositions.day_sat));
%% Calculate step size for text %% Calculate step size for text
steps = 1:3:(floor(length(x)/3)*3); steps = 1:length(x);
%% Prepare text cell %% Prepare text cell
textCell = {}; textCell = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment