フィルターのクリア

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

2 ビュー (過去 30 日間)
.
  2 件のコメント
Priyanshu Mishra
Priyanshu Mishra 2020 年 5 月 19 日
Hi Sara,
Just for clarification , can you share your code, what you have tried so far ?

サインインしてコメントする。

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by