Hello,
I am using this command:
fprintf('%3.2f %s ',B(1,1),'±',sdotm(1,1))
to output:
-0.02 ± 0.08
I need to assign this output to an element of a cell array. How can this be done?
Thanks!
I am using this command:
fprintf('%3.2f %s ',B(1,1),'±',sdotm(1,1))
to output:
-0.02 ± 0.08
I need to assign this output to an element of a cell array. How can this be done?
Thanks!