Skip to content
Snippets Groups Projects
Commit a6334dac authored by Yves Gouriou's avatar Yves Gouriou
Browse files

Plot the ship track using SSPS quality code in descending order.

parent a732a49d
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,9 @@ if ~isempty( ind )
% Plot Sample/TSG differences on axe 2
% iterate (loop) on each key store inside hastable
% Iterate from the end of the cell array : fliplr
% ------------------------------------------------
for key = qc_list
for key = fliplr( qc_list )
% get some values in hashtable
% -----------------------------
......
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