Problem 43487. Create Truth Table of Size according to input

Create a Truth Table

Example:

n = 3 output = [0 0 0; 0 0 1; 0 1 0; 0 1 1; 1 0 0; 1 0 1; 1 1 0; 1 1 1]

Solution Stats

45.1% Correct | 54.9% Incorrect
Last Solution submitted on Aug 03, 2023

Solution Comments

Show comments

Problem Recent Solvers43

Suggested Problems

More from this Author43

Community Treasure Hunt

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

Start Hunting!