3D vector field simulator GUI

版本 1.0.0.0 (6.3 KB) 作者: Rentian Xiong
VECTGUI is an easy-to-use 3D vector field simulator with a friendly GUI.
3.8K 次下载
更新时间 2005/6/28

无许可证

VECTGUI is an esay-to-use 3D vector field simulator with a friendly GUI. It can visualize the vector field, calculate divergence and also plot the curl of the field, all in one single GUI. All you need to do is to enter the symbolic expression for x,y and z component of the vector field, specify the ranges for x, y and z coordinates and push the Draw button.

Example:

>> vectgui
% Simply opens GUI but does not return anything to workspace.

>> H = VECTGUI;
% Opens GUI and also returns a cell array H to workspace. H contains coordinates of data points, corresponding vector components, divergence, and curl of the vector field. It also contains the handles of the two axes where vector field and its curl are plotted.

>> help vectgui
% Check out more details on how to use vectgui.

VECTGUI is an upgraded GUI version of function VECTLINE. See also VECTLINE

引用格式

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

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

Community Treasure Hunt

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

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