I have some problem when plotting the graph, anyone can help? Thanks
古いコメントを表示
This is my code
for x = -10:10
y = 2^(0.4*x)+5
plot(x,y,'g')
end
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!