|
plot 2/3D vector(s) 1.0 File ID: 85381 |
---|
|
| plot 2/3D vector(s) 1.0 License: Shareware File Size: 10.0 KB Downloads: 3
Submit Rating: |
|
|
|
plot 2/3D vector(s) 1.0 Description |
---|
Description: Plots 2D or 3D vectors at points, both provided as matrices of column vectors. QUIVERMD(AX, X, V, VARARGIN) plots the column vectors in matrix V at the points with coordinates the column vectors in matrix X, within axes object AX using plot formatting options in VARARGIN.
Example x = linspace(0, 10, 20); y = linspace(0, 10, 20); [X, Y] = meshgrid(x, y);
x = [X(:), Y(:) ].'; v = [sin(x(1, :) ); cos(x(2, :) ) ];
quivermd(gca, x, v)
For usage information please type "help quivermd". License: Shareware Related: matrices, Column, provided, points, Vectors, plots O/S:BSD, Linux, Solaris, Mac OS X File Size: 10.0 KB Downloads: 3
|
|
More Similar Code |
---|
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...
This program will generate the coordinates of a 3D Bresenham's raster line between two given points.
A very useful application of this algorithm can be found in the implementation of Fischer's Bresenham interpolation method in my...
ASP 2.0 Programmer's Reference is a resource Internet/intranet developers will find they use again and again. / The book covers the entire range of ASP commands and functions--from the standard objects (Request, Response, Application, Session, and...
STREAMCOLOR(X,Y,U,V,STARTX,STARTY,VMAG) or STREAMCOLOR(X,Y,Z,U,V,W,STARTX,STARTY,STARTZ,VMAG) creates streamlines from 2D or 3D vector data U,V,W. The arrays X,Y,Z define the coordinates for U,V,W and must be monotonic and 3D plaid (as if produced...
I spent some time working out how to export data from Matlab (specifically a 3D vector field) in a way which could then successfully imported into ParaView (www.paraview.org). I made this tutorial to summarize the method I found - which I...
Arrowline 3-D vector plot.
vectarrow(p0,p1) plots a line vector with arrow pointing from point p0 to point p1. The function can plot both 2D and 3D vector with arrow depending on the dimension of the input
Example: For...
EARTH_COMPASS Earth-coordinate compass plot - Changes plot labels to N,S,E,W Syntax: EARTH_COMPASS(U, V) EARTH_COMPASS(U, V, LINESPEC)
Inputs: U: vector of u-velocity V: vector of...
PLOTMD(AX, X, VARARGIN) plots the points in matrix X in the axes with handle AX using the plot formatting options in VARARGIN. X must be a matrix whose columns are the 2D or 3D vectors to plot. If the column vectors are N-dimensional, then only...
GNU libxmi is a C/C function library for rasterizing 2-D vector graphics. It can draw 2-D graphical primitives, including wide polygonal lines and circular and elliptical arcs, into a user-supplied matrix of pixels.
Sophisticated line...
This code is the starting point of any 3d gamer's quest to design a 3d game.
It will show you how to use openGL to load and display 3d models and show you basic keyboard input along with mouse input. Move around just like in UT or... |
User Review for plot 2/3D vector(s) |
|