Skip to content
Snippets Groups Projects
Commit d3ec41a9 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

change format %f by %8.7g for calibration coefficients

parent 5debf6cb
No related branches found
No related tags found
No related merge requests found
......@@ -661,7 +661,7 @@ uiwait(hHeaderFig);
elseif strcmpi(cle, padding('DATE', tsg.dim.COEF_CONV_SIZE))
value = datestr(julianToDatenum(tsg.(var)(ii)), 'yyyymmdd');
else
value = num2str(tsg.(var)(ii),'%f');
value = num2str(tsg.(var)(ii),'%8.7g');
end
% concate variable name with key: eg SSJT_CALCOEF_H
......
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