Problem 43315. Change matrix to vector2

From

x =
       4     3
       5     1
       5     1

To

y =
       4
       3
       5
       1
       5
       1

Solution Stats

52.47% Correct | 47.53% Incorrect
Last Solution submitted on Apr 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers112

Suggested Problems

More from this Author27

Community Treasure Hunt

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

Start Hunting!