Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by