How I use quiver to plot 3+2i

3 visualizzazioni (ultimi 30 giorni)
Pascal Baur
Pascal Baur il 26 Mar 2022
Commentato: Pascal Baur il 26 Mar 2022
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 Commenti
Mohammed Hamaidi
Mohammed Hamaidi il 26 Mar 2022
Modificato: Mohammed Hamaidi il 26 Mar 2022
What do you mean by zero vector?
You mean as vector?
Pascal Baur
Pascal Baur il 26 Mar 2022
sorry i mean zero point vector

Accedi per commentare.

Risposta accettata

Mohammed Hamaidi
Mohammed Hamaidi il 26 Mar 2022
Just use:
quiver(3,2,1)
for any complex number c, use:
quiver(real(c),imag(c),1)

Più risposte (0)

Categorie

Scopri di più su Vector Fields in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by