Problem 2161. Let's get back to school, and create multiplication tables
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers226
Suggested Problems
-
Omit columns averages from a matrix
606 Solvers
-
1316 Solvers
-
Find the maximum number of decimal places in a set of numbers
3237 Solvers
-
335 Solvers
-
Find out sum of all elements of given Matrix
519 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!