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 comments
Loading...
Problem Recent Solvers238
Suggested Problems
-
Find the alphabetic word product
3459 Solvers
-
Convert a vector into a number
614 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
717 Solvers
-
294 Solvers
-
Area of an equilateral triangle
6786 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!