Reshape Matrix Size Marlab

2 views (last 30 days)
Ibnu Darajat
Ibnu Darajat on 19 Jul 2019
Edited: Stephan on 19 Jul 2019
I have a code like this :
a = randi ([100 200], 4000,8);
b = de2bi(a);
c = b(:);
how to make the C matrix back into the B matrix?
Thanks before

Accepted Answer

Stephan
Stephan on 19 Jul 2019
Edited: Stephan on 19 Jul 2019

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!