Problem 1762. Create incrementing array

Given a and b generate an output matrix as shown in following examples:

 a=2
 b=5
 output=[2 20 200 2000 20000]
 a=4
 b=3
 output=[4 40 400]

Solution Stats

53.33% Correct | 46.67% Incorrect
Last Solution submitted on Feb 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers270

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

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

Start Hunting!