How I can remove the decimal part in matlab?
Show older comments
in the division operation i want only the real part without the decimal part? like 4.56 I want only 4 how can i do that?
Accepted Answer
More Answers (1)
Eduardo Márquez
on 12 Feb 2015
Edited: Eduardo Márquez
on 12 Feb 2015
A=1.2;
fix(A)=1
Maybe can help ceil or floor function
1 Comment
Ameligege
on 13 Feb 2015
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!