Upper Matrix Mock - MATLAB Cody - MATLAB Central

Problem 43122. Upper Matrix Mock

Difficulty:Rate

Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so:

m=[1 3 6 9 11; 0 1 3 6 9; 0 0 1 3 6; 0 0 0 1 3; 0 0 0 0 1]

Solution Stats

66.67% Correct | 33.33% Incorrect
Last Solution submitted on Nov 29, 2024

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
1
3

Problem Recent Solvers62

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!
Go to top of page