SyntaxFix
Write A Post
Hire A Developer
Questions
i use like tim say sprintf('%0.6f', x), it's a string then i change it to number by using command str2double(x).
sprintf('%0.6f', x)
str2double(x)