How to drop decimal values without rounding off?

2 vues (au cours des 30 derniers jours)
Ranjani
Ranjani le 14 Mar 2013
I do not want to apply Ceil/round/floor commands. I just want the digits before the decimal points. Example: 959.589 as 959 and also 959.324 as 959. Is it possible to do ?

Réponse acceptée

Malcolm Lidierth
Malcolm Lidierth le 14 Mar 2013
Modifié(e) : Malcolm Lidierth le 14 Mar 2013
959.589-rem(959.589,1)
  1 commentaire
Ranjani
Ranjani le 14 Mar 2013
Hey Malcolm, It worked! thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by