Graph of a 2D vector field equation and its divergence

Visualize vector field using quiver and divergence using filled contour at given 2D coordinates
106 téléchargements
Mise à jour 23 fév. 2019

Afficher la licence

%% Divergence of Vector Function with 2 Independent Variables
% by Prof. Roche C. de Guzman

%% Given
f = @(x,y) [(-4*x).*exp(-(x.^2)-y.^2); (-4*y).*exp(-(x.^2)-y.^2)]; % anonymous fx: f(x,y)
xi = -2; xf = 1; yi = -2; yf = 1; n = 10; % independent variables: initial and final values, and number of elements

Citation pour cette source

Roche de Guzman (2024). Graph of a 2D vector field equation and its divergence (https://www.mathworks.com/matlabcentral/fileexchange/69287-graph-of-a-2d-vector-field-equation-and-its-divergence), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Vector Fields dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
2.0.1

Updated image.

2.0.0

Better example of a vector function

1.0.0