Truth Table Generator

Generates a 2^N by N matrix of 1's and 0's
2K download
Aggiornato 25 gen 2010

Visualizza la licenza

It is straightforward:

T = truth_table(2)

T =
0 0
0 1
1 0
1 1

Cita come

Mustafa Torun (2024). Truth Table Generator (https://www.mathworks.com/matlabcentral/fileexchange/26477-truth-table-generator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0