FAQ: Why aren't boolean and 1 bit unsigned integers treated as the same data type?
Mostra commenti meno recenti
Variables and signals of the boolean data type (called logical in MATLAB) only represent the values 0 and 1.
Variables and signals that are 1 bit unsigned integers also represent only the values 0 and 1.
Furthermore, variables and signals of both types can be represented on ASICs and FPGAs with just one bit.
So why aren't these treated as the same data type?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su FPGA, ASIC, and SoC Development in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
