Removing the integral part of number from a matrix
이전 댓글 표시
i have a matrix: A=[9.875 1.234 0.987 2.341] How can i remove integral part of the matrix. After removing the integral part output is
A=[ 0.875 0.234 0.987 0.341]
Please help...
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2014년 4월 25일
A=[9.875 1.234 0.987 2.341]
rem(A,1)
카테고리
도움말 센터 및 File Exchange에서 Dynamic System Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!