Exporting Least Square fitting data
Posted: Thu May 05, 2016 12:32 pm
I want to export the simulated data after L-S fitting (esfit) in *.txt format. When I tried
the generated text file had only the experimental data, not the simulated one. Would appreciate any suggestion. Thanks
Code: Select all
S2 = [B(:) spc(:)];
save(XYZ.txt','S2','-ascii');