Create times-tables - MATLAB Cody - MATLAB Central

Problem 33. Create times-tables

Difficulty:Rate

At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more than you think.

With MATLAB, times tables should be easy! Write a function that outputs times tables up to the size requested.

Example:

 Input n = 5
 Output m is [ 1     2     3     4     5
               2     4     6     8    10
               3     6     9    12    15
               4     8    12    16    20
               5    10    15    20    25 ]

Solution Stats

61.27% Correct | 38.73% Incorrect
Last Solution submitted on May 15, 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

Group

High School Challenge Image
High School Challenge
  • 50 Problems
  • 100 Finishers

Problem Recent Solvers18142

Problem Tags

Community Treasure Hunt

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

Start Hunting!