ezquiver

Plot the gradient of a 2D or 3D function with arrows.
303 Downloads
Updated 1 Sep 2016

View License

ezquiver takes a string representing a function with x, y, and z components and plots it in 3-d along with a set of arrows which are parallel to the function.
Syntax

ezquiver(fun)
ezquiver(fun, domain)
ezquiver(funx, funy, funz)
ezquiver(funx, funy, funz, [smin, smax, tmin, tmax])
ezquiver(funx, funy, funz, [min, max])
ezquiver(..., Name, Value)
h = ezquiver(...)
for more information execute:

doc ezquiver

Cite As

James Kristoff (2024). ezquiver (https://www.mathworks.com/matlabcentral/fileexchange/52168-ezquiver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Vector Fields in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0