How I use quiver to plot 3+2i

2 次查看(过去 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
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by