Creating a function that prints the first multipliers of any number

1 view (last 30 days)
Create a function that prints the first 6 multipliers of any number
function multiplicationTable(n)
the call:
multiplicationTable(3)

Answers (1)

Cris LaPierre
Cris LaPierre on 20 Feb 2021

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!