increment Dec2increment bin conversion
古いコメントを表示
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 件のコメント
Walter Roberson
2012 年 1 月 19 日
You forgot to ask a question ?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!