Clear Filters
Clear Filters

Hi I'm new to Matlab and was trying to plot a graph of 2^n but havn't been able to.

2 views (last 30 days)
.

Accepted Answer

Abdolkarim Mohammadi
Abdolkarim Mohammadi on 19 May 2020
For example for the range [-5,5]
x = linspace (-5,5,101);
y = 2 .^ x;
plot (x,y);

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!