Problem 2539. Add one raw in given matrix as shown in example

 *Add one raw in given matrix as shown in example*

A=[1 0;0 1]; X=[3 5];

Answer must be:[1 0; 0 1;3 5]

Solution Stats

68.35% Correct | 31.65% Incorrect
Last Solution submitted on Oct 15, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers145

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

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

Start Hunting!