what is the difference between de2bi and dec2bin. i am not sure whether they are same or not.
조회 수: 13 (최근 30일)
이전 댓글 표시
what is the difference between de2bi and dec2bin. i am not sure whether they are same or not.
댓글 수: 0
채택된 답변
Walter Roberson
2016년 11월 27일
de2bi() outputs numeric values, like [1 0 1 1]. dec2bin() outputs strings, like '1011'
dec2bin() is part of basic MATLAB; de2bi() is part of Communications System toolbox.
de2bi() can also use different output bases, and can specify whether the bits are to be left-to-right or right-to-left.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MuPAD에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!