Ludzie pragną czasami się rozstawać, żeby móc tęsknić, czekać i cieszyć się z powrotem.
viewmtx
Generate view transformation matrices
Setting the Aspect Ratio and Axis Limits
daspect
Set or get data aspect ratio
pbaspect
Set or get plot box aspect ratio
xlim
Set or get the current x-axis limits
ylim
Set or get the current y-axis limits
zlim
Set or get the current z-axis limits
Object Manipulation
reset
Reset axis or figure
rotate3d
Interactively rotate the view of a 3-D plot
selectmoveresizeInteractively select, move, or resize objects
zoom
Zoom in and out on a 2-D plot
Selecting Region of Interest
dragrect
Drag XOR rectangles with mouse
rbbox
Rubberband box
Lighting
camlight
Cerate or position Light
light
Light object creation function
lightangle
Position light in sphereical coordinates
lighting
Lighting mode
material
Material reflectance mode
1-45
1 Functions By Category
Transparency
alpha
Set or query transparency properties for objects in current axes
alphamap
Specify the figure alphamap
alim
Set or query the axes alpha limits
Volume Visualization
coneplot
Plot velocity vectors as cones in 3-D vector field
contourslice Draw contours in volume slice plane
curl
Compute curl and angular velocity of vector field
divergence
Compute divergence of vector field
flow
Generate scalar volume data
interpstreamspeedInterpolate streamline vertices from vector-field magnitudes
isocaps
Compute isosurface end-cap geometry
isocolors
Compute colors of isosurface vertices
isonormals
Compute normals of isosurface vertices
isosurface
Extract isosurface data from volume data
reducepatch
Reduce number of patch faces
reducevolume Reduce number of elements in volume data set
shrinkfaces
Reduce size of patch faces
slice
Draw slice planes in volume
smooth3
Smooth 3-D data
stream2
Compute 2-D stream line data
stream3
Compute 3-D stream line data
streamline
Draw stream lines from 2- or 3-D vector data
streamparticlesDraws stream particles from vector volume data
streamribbon Draws stream ribbons from vector volume data
streamslice
Draws well-spaced stream lines from vector volume data
streamtube
Draws stream tubes from vector volume data
surf2patch
Convert surface data to patch data
subvolume
Extract subset of volume data set
volumebounds Return coordinate and color limits for volume (scalar and vector)
1-46
Creating Graphical User Interfaces
Creating Graphical User Interfaces
Predefined dialog boxes and functions to control GUI programs.
Category
Description
Predefined Dialog
Dialog boxes for error, user input, waiting, etc.
Boxes
Deploying User
Launching GUIs, creating the handles
Interfaces
structure
Developing User
Starting GUIDE, managing application data,
Interfaces
getting user input
User Interface Objects
Creating GUI components
Finding and
Finding object handles from callbacks
Identifying Objects
GUI Utility Functions
Moving objects, text wrapping
Controlling Program
Wait and resume based on user input
Execution
Predefined Dialog Boxes
dialog
Create dialog box
errordlg
Create error dialog box
helpdlg
Display help dialog box
inputdlg
Create input dialog box
listdlg
Create list selection dialog box
msgbox
Create message dialog box
pagedlg
Display page layout dialog box
printdlg
Display print dialog box
questdlg
Create question dialog box
uigetfile
Display dialog box to retrieve name of file for reading
uiputfile
Display dialog box to retrieve name of file for writing
uisetcolor
Set ColorSpec using dialog box
uisetfont
Set font using dialog box
waitbar
Display wait bar
warndlg
Create warning dialog box
1-47
1 Functions By Category
Deploying User Interfaces
guidata
Store or retrieve application data
guihandles
Create a structure of handles
movegui
Move GUI figure onscreen
openfig
Open or raise GUI figure
Developing User Interfaces
guide
Open GUI Layout Editor
inspect
Display Property Inspector
Working with Application Data
getappdata
Get value of application data
isappdata
True if application data exists
rmappdata
Remove application data
setappdata
Specify application data
Interactive User Input
ginput
Graphical input from a mouse or cursor
waitforbuttonpressWait for key/buttonpress over figure
User Interface Objects
menu