フィルターのクリア

How I use quiver to plot 3+2i

4 ビュー (過去 30 日間)
Pascal Baur
Pascal Baur 2022 年 3 月 26 日
コメント済み: Pascal Baur 2022 年 3 月 26 日
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
Mohammed Hamaidi 2022 年 3 月 26 日
編集済み: Mohammed Hamaidi 2022 年 3 月 26 日
What do you mean by zero vector?
You mean as vector?
Pascal Baur
Pascal Baur 2022 年 3 月 26 日
sorry i mean zero point vector

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

採用された回答

Mohammed Hamaidi
Mohammed Hamaidi 2022 年 3 月 26 日
Just use:
quiver(3,2,1)
for any complex number c, use:
quiver(real(c),imag(c),1)
  1 件のコメント
Pascal Baur
Pascal Baur 2022 年 3 月 26 日
Thank you Hamaidi
it works :D

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVector Fields についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by