Math with Arrays help

1 view (last 30 days)
Josiah Miles
Josiah Miles on 16 Oct 2019
A. Create an array of 1 to 25.
B. Create an array of e^x where x is the previous array you created.

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 16 Oct 2019
Hi,
Use colon operator : for A
Use exp() for B
Good luck.

Categories

Find more on Programming in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!