Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by