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

bug correction from D. Diverres on headerForm.m coefficients

all coefficient was in single type instead double: corrected
when coefficient was read from tsg struct, precision was loose with num2str
just add format '%f' to have 6 decimal
value = num2str(tsg.(var)(ii),'%f');
parent c9dc431b
No related branches found
No related tags found
Loading
Loading
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