how to plot imaginary functions with one variable?
古いコメントを表示
suppose I have a function z which depends on x
z = x ^ 2 + i * x;
i want to plot z with respect to x? how to do that?
1 件のコメント
David Goodmanson
2020 年 4 月 21 日
Hi Harsha,
plot(x,real(z),x,imag(z))
grid on
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!