1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>FreeMat: Handle-Based Graphics</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">FreeMat
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('sec_handle.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">Handle-Based Graphics </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><ul>
<li>
<a class="el" href="handle_axes.html">AXES Create Handle Axes</a> </li>
<li>
<a class="el" href="handle_axis.html">AXIS Setup Axis Behavior</a> </li>
<li>
<a class="el" href="handle_axisproperties.html">AXISPROPERTIES Axis Object Properties</a> </li>
<li>
<a class="el" href="handle_cla.html">CLA Clear Current Axis</a> </li>
<li>
<a class="el" href="handle_clabel.html">CLABEL Add Labels To Contour Plot</a> </li>
<li>
<a class="el" href="handle_clf.html">CLF Clear Figure</a> </li>
<li>
<a class="el" href="handle_clim.html">CLIM Adjust Color limits of plot</a> </li>
<li>
<a class="el" href="handle_close.html">CLOSE Close Figure Window</a> </li>
<li>
<a class="el" href="handle_colorbar.html">COLORBAR Add Colorbar to Current Plot</a> </li>
<li>
<a class="el" href="handle_colormap.html">COLORMAP Image Colormap Function</a> </li>
<li>
<a class="el" href="handle_colorspec.html">COLORSPEC Color Property Description</a> </li>
<li>
<a class="el" href="handle_contour.html">CONTOUR Contour Plot Function</a> </li>
<li>
<a class="el" href="handle_contour3.html">CONTOUR3 3D Contour Plot Function</a> </li>
<li>
<a class="el" href="handle_copper.html">COPPER Copper Colormap</a> </li>
<li>
<a class="el" href="handle_copy.html">COPY Copy Figure Window</a> </li>
<li>
<a class="el" href="handle_countour.html">COUNTOUR Contour Object Properties</a> </li>
<li>
<a class="el" href="handle_datacursormode.html">DATACURSORMODE Interactive Data Cursor</a> </li>
<li>
<a class="el" href="handle_drawnow.html">DRAWNOW Flush the Event Queue</a> </li>
<li>
<a class="el" href="handle_figlower.html">FIGLOWER Lower a Figure Window</a> </li>
<li>
<a class="el" href="handle_figraise.html">FIGRAISE Raise a Figure Window</a> </li>
<li>
<a class="el" href="handle_figure.html">FIGURE Figure Window Select and Create Function</a> </li>
<li>
<a class="el" href="handle_figureproperties.html">FIGUREPROPERTIES Figure Object Properties</a> </li>
<li>
<a class="el" href="handle_gca.html">GCA Get Current Axis</a> </li>
<li>
<a class="el" href="handle_gcf.html">GCF Get Current Figure</a> </li>
<li>
<a class="el" href="handle_get.html">GET Get Object Property</a> </li>
<li>
<a class="el" href="handle_glshow.html">GLSHOW Show a GL Assembly in a GL Window</a> </li>
<li>
<a class="el" href="handle_gray.html">GRAY Gray Colormap</a> </li>
<li>
<a class="el" href="handle_grid.html">GRID Plot Grid Toggle Function</a> </li>
<li>
<a class="el" href="handle_hcontour.html">HCONTOUR Create a contour object</a> </li>
<li>
<a class="el" href="handle_himage.html">HIMAGE Create a image object</a> </li>
<li>
<a class="el" href="handle_hist.html">HIST Histogram Function</a> </li>
<li>
<a class="el" href="handle_hline.html">HLINE Create a line object</a> </li>
<li>
<a class="el" href="handle_hold.html">HOLD Plot Hold Toggle Function</a> </li>
<li>
<a class="el" href="handle_hpatch.html">HPATCH Create a patch object</a> </li>
<li>
<a class="el" href="handle_hpoint.html">HPOINT Get Point From Window</a> </li>
<li>
<a class="el" href="handle_hrawplot.html">HRAWPLOT Generate a Raw Plot File</a> </li>
<li>
<a class="el" href="handle_hsurface.html">HSURFACE Create a surface object</a> </li>
<li>
<a class="el" href="handle_htext.html">HTEXT Create a text object</a> </li>
<li>
<a class="el" href="handle_htextbitmap.html">HTEXTBITMAP Get Text Rendered as a Bitmap</a> </li>
<li>
<a class="el" href="handle_image.html">IMAGE Image Display Function</a> </li>
<li>
<a class="el" href="handle_imageproperties.html">IMAGEPROPERTIES Image Object Properties</a> </li>
<li>
<a class="el" href="handle_imagesc.html">IMAGESC Image Display Function</a> </li>
<li>
<a class="el" href="handle_is2dview.html">IS2DVIEW Test Axes For 2D View</a> </li>
<li>
<a class="el" href="handle_ishold.html">ISHOLD Test Hold Status</a> </li>
<li>
<a class="el" href="handle_legend.html">LEGEND Add Legent to Plot</a> </li>
<li>
<a class="el" href="handle_line.html">LINE Line Display Function</a> </li>
<li>
<a class="el" href="handle_lineproperties.html">LINEPROPERTIES Line Series Object Properties</a> </li>
<li>
<a class="el" href="handle_loglog.html">LOGLOG Log-Log Plot Function</a> </li>
<li>
<a class="el" href="handle_newplot.html">NEWPLOT Get Handle For Next Plot</a> </li>
<li>
<a class="el" href="handle_patch.html">PATCH Patch Graphics Function</a> </li>
<li>
<a class="el" href="handle_pcolor.html">PCOLOR Pseudocolor Plot</a> </li>
<li>
<a class="el" href="handle_plot.html">PLOT Plot Function</a> </li>
<li>
<a class="el" href="handle_plot3.html">PLOT3 Plot 3D Function</a> </li>
<li>
<a class="el" href="handle_point.html">POINT Get Axis Position From Mouse Click</a> </li>
<li>
<a class="el" href="handle_print.html">PRINT Print a Figure To A File</a> </li>
<li>
<a class="el" href="handle_pvalid.html">PVALID Validate Property Name</a> </li>
<li>
<a class="el" href="handle_semilogx.html">SEMILOGX Semilog X Axis Plot Function</a> </li>
<li>
<a class="el" href="handle_semilogy.html">SEMILOGY Semilog Y Axis Plot Function</a> </li>
<li>
<a class="el" href="handle_set.html">SET Set Object Property</a> </li>
<li>
<a class="el" href="handle_sizefig.html">SIZEFIG Set Size of Figure</a> </li>
<li>
<a class="el" href="handle_subplot.html">SUBPLOT Subplot Function</a> </li>
<li>
<a class="el" href="handle_surf.html">SURF Surface Plot Function</a> </li>
<li>
<a class="el" href="handle_surfaceproperties.html">SURFACEPROPERTIES Surface Object Properties</a> </li>
<li>
<a class="el" href="handle_text.html">TEXT Add Text Label to Plot</a> </li>
<li>
<a class="el" href="handle_textproperties.html">TEXTPROPERTIES Text Object Properties</a> </li>
<li>
<a class="el" href="handle_title.html">TITLE Plot Title Function</a> </li>
<li>
<a class="el" href="handle_tubeplot.html">TUBEPLOT Creates a Tubeplot</a> </li>
<li>
<a class="el" href="handle_uicontrol.html">UICONTROL Create a UI Control object</a> </li>
<li>
<a class="el" href="handle_uicontrolproperties.html">UICONTROLPROPERTIES UI Control Properties</a> </li>
<li>
<a class="el" href="handle_view.html">VIEW Set Graphical View</a> </li>
<li>
<a class="el" href="handle_winlev.html">WINLEV Image Window-Level Function</a> </li>
<li>
<a class="el" href="handle_xlabel.html">XLABEL Plot X-axis Label Function</a> </li>
<li>
<a class="el" href="handle_xlim.html">XLIM Adjust X Axis limits of plot</a> </li>
<li>
<a class="el" href="handle_ylabel.html">YLABEL Plot Y-axis Label Function</a> </li>
<li>
<a class="el" href="handle_ylim.html">YLIM Adjust Y Axis limits of plot</a> </li>
<li>
<a class="el" href="handle_zlabel.html">ZLABEL Plot Z-axis Label Function</a> </li>
<li>
<a class="el" href="handle_zlim.html">ZLIM Adjust Z Axis limits of plot</a> </li>
<li>
<a class="el" href="handle_zoom.html">ZOOM Image Zoom Function</a> </li>
<li>
<a class="el" href="handle_zplane.html">ZPLANE Zero-pole plot</a> </li>
</ul>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="index.html">FreeMat Documentation</a></li>
<li class="footer">Generated on Thu Jul 25 2013 17:18:11 for FreeMat by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.1.1 </li>
</ul>
</div>
</body>
</html>
|