Mercurial > hg > octave-nkf
comparison scripts/plot/isosurface.m @ 13929:9cae456085c2
Grammarcheck of documentation before 3.6.0 release.
* accumarray.m, blkdiag.m, nargoutchk.m, nthargout.m, profexplore.m, profile.m,
computer.m, orderfields.m, recycle.m, version.m, sqp.m, matlabroot.m,
__plt_get_axis_arg__.m, isonormals.m, isosurface.m, __fltk_file_filter__.m,
__is_function__.m, __uigetdir_fltk__.m, __uigetfile_fltk__.m,
__uiobject_split_args__.m, __uiputfile_fltk__.m, uicontextmenu.m, uiresume.m,
uiwait.m, mkpp.m, ppder.m, residue.m, addpref.m, getpref.m, ispref.m,
loadprefs.m, prefsfile.m, saveprefs.m, rmpref.m, setpref.m, fftshift.m, bicg.m,
bicgstab.m, cgs.m, gmres.m, __sprand_impl__.m, quantile.m, deblank.m,
strsplit.m, addtodate.m, bsxfun.cc, kron.cc, regexp.cc, data.cc, file-io.cc,
graphics.cc, load-save.cc, mappers.cc: Grammarcheck of documentation
before 3.6.0 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 23 Nov 2011 08:38:19 -0800 |
parents | 6590446c2498 |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
13928:2892fd834446 | 13929:9cae456085c2 |
---|---|
68 ## | 68 ## |
69 ## @noindent | 69 ## @noindent |
70 ## will directly draw a random isosurface geometry in a graphics window. | 70 ## will directly draw a random isosurface geometry in a graphics window. |
71 ## Another example for an isosurface geometry with different additional | 71 ## Another example for an isosurface geometry with different additional |
72 ## coloring | 72 ## coloring |
73 ## | |
74 ## @c Set example in small font to prevent overfull line | 73 ## @c Set example in small font to prevent overfull line |
74 ## | |
75 ## @smallexample | 75 ## @smallexample |
76 ## N = 15; # Increase number of vertices in each direction | 76 ## N = 15; # Increase number of vertices in each direction |
77 ## iso = .4; # Change isovalue to .1 to display a sphere | 77 ## iso = .4; # Change isovalue to .1 to display a sphere |
78 ## lin = linspace (0, 2, N); | 78 ## lin = linspace (0, 2, N); |
79 ## [x, y, z] = meshgrid (lin, lin, lin); | 79 ## [x, y, z] = meshgrid (lin, lin, lin); |