please how can I Draw the graph of y = 2ex, -5 <= x <= 5
1 回表示 (過去 30 日間)
古いコメントを表示
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!