The definition of variables
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mays afif
am 27 Jan. 2015
Kommentiert: mays afif
am 27 Jan. 2015
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
0 Kommentare
Akzeptierte Antwort
Alessandro Masullo
am 27 Jan. 2015
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!