3D/2D vector field plotter

版本 1.0.0.0 (676 字节) 作者: Rentian Xiong
This function can plot both 3D and 2D vector field based on the input symbolic expression ...
18.3K 次下载
更新时间 2005/4/4

无许可证

vectline is "vector field line plotter". Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.

Example for 2D field
>> syms x y
>> F = [-y, x];
>> vectline(F,[x,y],[-1,1,-1,1])

Example for 3D field

>> syms x y z
>> F = [x*y^2, x*y, z];
>> vectline(F,[x,y,z],[-1,1,-2,3,1,3])

引用格式

Rentian Xiong (2024). 3D/2D vector field plotter (https://www.mathworks.com/matlabcentral/fileexchange/7338-3d-2d-vector-field-plotter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Vector Fields 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0