Problem 1835. Matrix to column conversion

Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; 20; 50; 30; 60;]

Solution Stats

61.12% Correct | 38.88% Incorrect
Last Solution submitted on Mar 25, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers341

Suggested Problems

More from this Author25

Community Treasure Hunt

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

Start Hunting!