cod - MATLAB Cody - MATLAB Central

Problem 60869. cod

Difficulty:Rate
function P = Table(m, n)
P = (1:m)' * (1:n);
end

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Jun 22, 2025

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
3
6

Problem Recent Solvers1

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

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

Start Hunting!