No BSD License
Highlights from
BIN2HEX
|
|
| File Information |
| Description |
Converts binary strings of any length to hexadecimal pairs. Adds leading zeros if there is not an even number of hex bits.
The zip file contains the 'isodd' function which is required, and the 'FormatHexStr' function to put spaces or convert to a cell array.
Example:
bin2hex('11101001')
ans =
E9
bin2hex('11011101111110111')
ans =
01BBF7 |
| MATLAB release |
MATLAB 6.1 (R12.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 16 Sep 2003 |
VALDENIR DUARTE
|
|
|
| 18 Dec 2007 |
Brian Farmer
|
|
|
|
Contact us at files@mathworks.com