Problem 55925. Tabuada
Dado um inteiro N, retorne um vetor contendo a tabuada de N de 1 a 10;
ex:
Tabuada(5) = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50];
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers50
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11794 Solvers
-
07 - Common functions and indexing 1
436 Solvers
-
07 - Common functions and indexing 2
412 Solvers
-
357 Solvers
-
48 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!