How I can remove the decimal part in matlab?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Eduardo Márquez
el 12 de Feb. de 2015
Editada: Eduardo Márquez
el 12 de Feb. de 2015
A=1.2;
fix(A)=1
Maybe can help ceil or floor function
1 comentario
Ameligege
el 13 de Feb. de 2015
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!