이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
These programs were developed for fast conversions between binary and decimal integers (there are other programs by fellow Matlab-users, dealing with fractions). They can be useful when the binary numbers are in vector form instead of strings.
b2d takes a binary number in the form of an array and calculates the equivalent decimal one. Nothing fancy, but quite effective as a component of a program that needs to be efficient in terms of computational overhead.
d2b is the symmetrical program, taking a decimal number and providing the equivalent binary one, in the form of an array.
Usage: y = b2d(x), y = d2b(x)
인용 양식
Zacharias Voulgaris (2026). Efficient convertors between binary and decimal numbers (https://kr.mathworks.com/matlabcentral/fileexchange/26447-efficient-convertors-between-binary-and-decimal-numbers), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Binary encoding method, Random combinatorics
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
