The definition of variables

1 回表示 (過去 30 日間)
mays afif
mays afif 2015 年 1 月 27 日
コメント済み: mays afif 2015 年 1 月 27 日
HI FOR ALL...
please i need help in some problems .. 1- i need to create vector with binary number randomly . 2- i need to input numbers to algorithm and these numbers are binary . 3- i have " The modulo 2^32 addition denoted by ⊞ " operation ... how can i denoted in matlab with binary number .
THANKS

採用された回答

Alessandro Masullo
Alessandro Masullo 2015 年 1 月 27 日
You can create integer random vectors with randi(), convert it to binary with de2bi(), and convert input binary to decimal with bi2de(). I didn't understand the last question.
  1 件のコメント
mays afif
mays afif 2015 年 1 月 27 日
but i have huge data ... i didn't need to convert from dec2bin .. did you have other solution ?
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by