How I use quiver to plot 3+2i
5 ビュー (過去 30 日間)
古いコメントを表示
My task:
Represent the number 3+2i as a zero vector in the complex plane using the quiver function.
Would be nice, if someone could help me.
2 件のコメント
Mohammed Hamaidi
2022 年 3 月 26 日
編集済み: Mohammed Hamaidi
2022 年 3 月 26 日
What do you mean by zero vector?
You mean as vector?
採用された回答
Mohammed Hamaidi
2022 年 3 月 26 日
Just use:
quiver(3,2,1)
for any complex number c, use:
quiver(real(c),imag(c),1)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Vector Fields についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!