Problem 60869. cod
function P = Table(m, n)
P = (1:m)' * (1:n);
end
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers1
Suggested Problems
-
1 Solvers
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!