How to sorten the result value depicted on text area

hello, please help me.
the result of my calculation which is presented on "text area" is too long. i wanna shorten it at least to have one digit decimal. how can i do that? thanks

 Accepted Answer

you can use "round" function.
I think that might also help.
Like
Min_diameter=0.56616
Min_diameter=round(Min_diameter,N);
N in your case will be 1, as you are looking for one digit decimal place.

2 Comments

thanks for your answer. it is simple and helpful

Sign in to comment.

More Answers (1)

REad about fprintf, sprintf

1 Comment

thanks for your answer brother. it is a new knoledge for learning those commands

Sign in to comment.

Categories

Products

Release

R2022a

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!