increment Dec2increment bin conversion
Show older comments
Hi,
Example
2379 to 8792 (increment is one)continious decemal number convert into continious binary number ------(equation I),
3692 to 7486 (increment is one)continious decemal number convert into continious binary number ------(equation II),
equ(I & II) apply EX-OR GATE ------(equation III),
equ (III) split into five digit binary number -----(equation IV),
equ (IV)) five digit binary number convert into two digit decimal ----------(equation V).
with regards, Thirumuruganalagappan
1 Comment
Walter Roberson
on 19 Jan 2012
You forgot to ask a question ?
Answers (0)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!