Let's get back to school, and create multiplication tables - MATLAB Cody - MATLAB Central

Problem 2161. Let's get back to school, and create multiplication tables

Difficulty:Rate

For a given range, create multiplication tables. (start is always < endno)

Example

 start = 17
 endno = 19

Then,

 table = 
  [ 17    18    19
    34    36    38
    51    54    57
    68    72    76
    85    90    95
   102   108   114
   119   126   133
   136   144   152
   153   162   171
   170   180   190 ]

Solution Stats

58.57% Correct | 41.43% Incorrect
Last Solution submitted on May 03, 2025

Problem Comments

Solution Comments

Show comments
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 Solvers216

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page