Problem with plotting vector fields
Mostra commenti meno recenti
I keep getting this error while trying to plot a vector field:
[X,Y] = meshgrid(2:10,2:10);
U = X/(X^2+Y^2);
V = Y/(X^2+Y^2);
quiver(X,Y,U,V,0)
Warning: Matrix is singular to working precision.
Warning: Matrix is singular to working precision.
I don't understand. What does this mean??
1 Commento
Randy Chen
il 13 Ott 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Vector Fields in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!