How I use quiver to plot 3+2i
6 次查看(过去 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!