Multiply each matrix element by its row index and add its column index. - MATLAB Cody - MATLAB Central

Problem 56453. Multiply each matrix element by its row index and add its column index.

Difficulty:Rate
Return a matrix the same size as the input, multiply each element by its row index and add its column index.
Example:
x = [ 1 2 3 ; 4 5 6 ; 7 8 9 ]
should return
y = [ 2 4 6 ; 9 12 15; 22 26 30 ]

Solution Stats

75.0% Correct | 25.0% Incorrect
Last Solution submitted on Feb 07, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers16

Suggested Problems

More from this Author5

Community Treasure Hunt

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

Start Hunting!