You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Plots a field line with the initial point P(x0,y0) for a 2D-field given by an equaly spaced grid of positions and corresponding field components. The function employs the 4th order Runge-Kutta method.
Example:
[x,y] = meshgrid(-2:.2:2,-1:.15:1);
z = x .* exp(-x.^2 - y.^2);
[px,py] = gradient(z,.2,.15);
quiver(x,y,px,py), axis image,
hold on
fieldlines(x,y,px,py,-0.7,0.2)
Cite As
Avni Pllana (2026). fieldlines (https://www.mathworks.com/matlabcentral/fileexchange/5710-fieldlines), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.18 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
