diff options
author | thierry <thierry@FreeBSD.org> | 2007-08-07 05:15:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-08-07 05:15:48 +0800 |
commit | 4ef6bc4c9bb0fa88d2576c8d8059fd50c5d3bd2e (patch) | |
tree | 618277ba94c36c89fbf31a83efbc70c8334986b4 /math | |
parent | 6684459d920efdd75a01eed9fb83c391d448e456 (diff) | |
download | freebsd-ports-gnome-4ef6bc4c9bb0fa88d2576c8d8059fd50c5d3bd2e.tar.gz freebsd-ports-gnome-4ef6bc4c9bb0fa88d2576c8d8059fd50c5d3bd2e.tar.zst freebsd-ports-gnome-4ef6bc4c9bb0fa88d2576c8d8059fd50c5d3bd2e.zip |
Upgrade to FreeMat-3.3.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=528262>.
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 8 | ||||
-rw-r--r-- | math/freemat/distinfo | 6 | ||||
-rw-r--r-- | math/freemat/pkg-plist | 791 |
3 files changed, 188 insertions, 617 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 3a929aaa5b16..fd3f93e09fd6 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -6,8 +6,7 @@ # PORTNAME= FreeMat -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.3 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -57,6 +56,10 @@ LIB_DEPENDS+= arpack.1:${PORTSDIR}/math/arpack BUILD_DEPENDS+= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall .endif +.if !defined(WITHOUT_PORTAUDIO) +LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio +.endif + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) @@ -92,6 +95,7 @@ pre-everything:: @${ECHO_MSG} '* - WITHOUT_ARPACK remove Arpack support *' @${ECHO_MSG} '* - WITHOUT_AVCALL remove FFCALL support *' @${ECHO_MSG} '* - WITHOUT_UMFPACK remove UMFPACK support *' + @${ECHO_MSG} '* - WITHOUT_PORTAUDIO remove Audio I/O support *' @${ECHO_MSG} '**********************************************************' .endif diff --git a/math/freemat/distinfo b/math/freemat/distinfo index 464bc1883068..aba23dbdee27 100644 --- a/math/freemat/distinfo +++ b/math/freemat/distinfo @@ -1,3 +1,3 @@ -MD5 (FreeMat-3.2.tar.gz) = 61c99ce56fcc244a4108b26b3ecb6d9b -SHA256 (FreeMat-3.2.tar.gz) = 59496c7275d704149f2f19584c63f0abf38d48b1a143b3665e4553d1bd81e545 -SIZE (FreeMat-3.2.tar.gz) = 5265284 +MD5 (FreeMat-3.3.tar.gz) = 9338ea3743a5970c8d2da23ad19ae76e +SHA256 (FreeMat-3.3.tar.gz) = ba83b6119561ed5df0d2799115254c584b72f66afb26b239ee054de49b1b7706 +SIZE (FreeMat-3.3.tar.gz) = 5853012 diff --git a/math/freemat/pkg-plist b/math/freemat/pkg-plist index 2d9702607c9e..002de3da9167 100644 --- a/math/freemat/pkg-plist +++ b/math/freemat/pkg-plist @@ -10,14 +10,9 @@ bin/FreeMat %%DATADIR%%/help/html/angle_eqn2.png %%DATADIR%%/help/html/any_eqn1.png %%DATADIR%%/help/html/array_assign.html -%%DATADIR%%/help/html/array_bin2dec.html -%%DATADIR%%/help/html/array_bin2int.html -%%DATADIR%%/help/html/array_cast.html %%DATADIR%%/help/html/array_cell.html -%%DATADIR%%/help/html/array_char.html %%DATADIR%%/help/html/array_circshift.html %%DATADIR%%/help/html/array_cond.html -%%DATADIR%%/help/html/array_dec2bin.html %%DATADIR%%/help/html/array_det.html %%DATADIR%%/help/html/array_diag.html %%DATADIR%%/help/html/array_expm.html @@ -26,26 +21,16 @@ bin/FreeMat %%DATADIR%%/help/html/array_flipdim.html %%DATADIR%%/help/html/array_fliplr.html %%DATADIR%%/help/html/array_flipud.html -%%DATADIR%%/help/html/array_int2bin.html %%DATADIR%%/help/html/array_ipermute.html -%%DATADIR%%/help/html/array_iscell.html -%%DATADIR%%/help/html/array_iscellstr.html -%%DATADIR%%/help/html/array_ischar.html -%%DATADIR%%/help/html/array_isinttype.html -%%DATADIR%%/help/html/array_islogical.html -%%DATADIR%%/help/html/array_isnumeric.html -%%DATADIR%%/help/html/array_isreal.html -%%DATADIR%%/help/html/array_isscalar.html -%%DATADIR%%/help/html/array_isstr.html -%%DATADIR%%/help/html/array_isstruct.html -%%DATADIR%%/help/html/array_isvector.html -%%DATADIR%%/help/html/array_length.html +%%DATADIR%%/help/html/array_isfloat.html +%%DATADIR%%/help/html/array_isinteger.html %%DATADIR%%/help/html/array_linspace.html +%%DATADIR%%/help/html/array_logspace.html +%%DATADIR%%/help/html/array_meshgrid.html %%DATADIR%%/help/html/array_ndgrid.html -%%DATADIR%%/help/html/array_ndims.html %%DATADIR%%/help/html/array_nonzeros.html %%DATADIR%%/help/html/array_norm.html -%%DATADIR%%/help/html/array_numel.html +%%DATADIR%%/help/html/array_num2str.html %%DATADIR%%/help/html/array_ones.html %%DATADIR%%/help/html/array_permute.html %%DATADIR%%/help/html/array_pinv.html @@ -54,6 +39,7 @@ bin/FreeMat %%DATADIR%%/help/html/array_repmat.html %%DATADIR%%/help/html/array_reshape.html %%DATADIR%%/help/html/array_resize.html +%%DATADIR%%/help/html/array_rref.html %%DATADIR%%/help/html/array_shiftdim.html %%DATADIR%%/help/html/array_sort.html %%DATADIR%%/help/html/array_squeeze.html @@ -74,6 +60,8 @@ bin/FreeMat %%DATADIR%%/help/html/binary_bitor.html %%DATADIR%%/help/html/binary_bitxor.html %%DATADIR%%/help/html/chipdf.png +%%DATADIR%%/help/html/clabel1.png +%%DATADIR%%/help/html/clabel2.png %%DATADIR%%/help/html/class_and.html %%DATADIR%%/help/html/class_class.html %%DATADIR%%/help/html/class_colon.html @@ -129,6 +117,11 @@ bin/FreeMat %%DATADIR%%/help/html/constants_pi.html %%DATADIR%%/help/html/constants_teps.html %%DATADIR%%/help/html/constants_true.html +%%DATADIR%%/help/html/contour1.png +%%DATADIR%%/help/html/contour2.png +%%DATADIR%%/help/html/contour3.png +%%DATADIR%%/help/html/contour3_1.png +%%DATADIR%%/help/html/contour4.png %%DATADIR%%/help/html/conv2_eqn1.png %%DATADIR%%/help/html/copper1.png %%DATADIR%%/help/html/cos_eqn1.png @@ -150,7 +143,10 @@ bin/FreeMat %%DATADIR%%/help/html/curvefit_fitfun.html %%DATADIR%%/help/html/curvefit_gausfit.html %%DATADIR%%/help/html/curvefit_interplin1.html +%%DATADIR%%/help/html/curvefit_poly.html +%%DATADIR%%/help/html/curvefit_polyder.html %%DATADIR%%/help/html/curvefit_polyfit.html +%%DATADIR%%/help/html/curvefit_polyint.html %%DATADIR%%/help/html/curvefit_polyval.html %%DATADIR%%/help/html/curvefit_roots.html %%DATADIR%%/help/html/dawson1.png @@ -190,13 +186,16 @@ bin/FreeMat %%DATADIR%%/help/html/elementary_cumprod.html %%DATADIR%%/help/html/elementary_cumsum.html %%DATADIR%%/help/html/elementary_deal.html +%%DATADIR%%/help/html/elementary_dec2hex.html %%DATADIR%%/help/html/elementary_dot.html %%DATADIR%%/help/html/elementary_floor.html %%DATADIR%%/help/html/elementary_getfield.html +%%DATADIR%%/help/html/elementary_hex2dec.html %%DATADIR%%/help/html/elementary_imag.html %%DATADIR%%/help/html/elementary_max.html %%DATADIR%%/help/html/elementary_mean.html %%DATADIR%%/help/html/elementary_min.html +%%DATADIR%%/help/html/elementary_num2hex.html %%DATADIR%%/help/html/elementary_prod.html %%DATADIR%%/help/html/elementary_real.html %%DATADIR%%/help/html/elementary_round.html @@ -268,6 +267,7 @@ bin/FreeMat %%DATADIR%%/help/html/freemat_pathsep.html %%DATADIR%%/help/html/freemat_pathtool.html %%DATADIR%%/help/html/freemat_pcode.html +%%DATADIR%%/help/html/freemat_quiet.html %%DATADIR%%/help/html/freemat_quit.html %%DATADIR%%/help/html/freemat_rehash.html %%DATADIR%%/help/html/freemat_rescan.html @@ -278,9 +278,11 @@ bin/FreeMat %%DATADIR%%/help/html/freemat_tic.html %%DATADIR%%/help/html/freemat_toc.html %%DATADIR%%/help/html/freemat_typerules.html +%%DATADIR%%/help/html/freemat_version.html %%DATADIR%%/help/html/freemat_verstring.html %%DATADIR%%/help/html/function_inline.html %%DATADIR%%/help/html/function_symvar.html +%%DATADIR%%/help/html/functions_anonymous.html %%DATADIR%%/help/html/functions_function.html %%DATADIR%%/help/html/functions_keywords.html %%DATADIR%%/help/html/functions_nargin.html @@ -301,15 +303,21 @@ bin/FreeMat %%DATADIR%%/help/html/handle_axis.html %%DATADIR%%/help/html/handle_axisproperties.html %%DATADIR%%/help/html/handle_cla.html +%%DATADIR%%/help/html/handle_clabel.html %%DATADIR%%/help/html/handle_clf.html %%DATADIR%%/help/html/handle_clim.html %%DATADIR%%/help/html/handle_close.html %%DATADIR%%/help/html/handle_colorbar.html %%DATADIR%%/help/html/handle_colormap.html %%DATADIR%%/help/html/handle_colorspec.html +%%DATADIR%%/help/html/handle_contour.html +%%DATADIR%%/help/html/handle_contour3.html %%DATADIR%%/help/html/handle_copper.html %%DATADIR%%/help/html/handle_copy.html +%%DATADIR%%/help/html/handle_countour.html %%DATADIR%%/help/html/handle_drawnow.html +%%DATADIR%%/help/html/handle_figlower.html +%%DATADIR%%/help/html/handle_figraise.html %%DATADIR%%/help/html/handle_figure.html %%DATADIR%%/help/html/handle_figureproperties.html %%DATADIR%%/help/html/handle_gca.html @@ -317,6 +325,7 @@ bin/FreeMat %%DATADIR%%/help/html/handle_get.html %%DATADIR%%/help/html/handle_gray.html %%DATADIR%%/help/html/handle_grid.html +%%DATADIR%%/help/html/handle_hcontour.html %%DATADIR%%/help/html/handle_himage.html %%DATADIR%%/help/html/handle_hline.html %%DATADIR%%/help/html/handle_hold.html @@ -332,6 +341,7 @@ bin/FreeMat %%DATADIR%%/help/html/handle_lineproperties.html %%DATADIR%%/help/html/handle_loglog.html %%DATADIR%%/help/html/handle_newplot.html +%%DATADIR%%/help/html/handle_pcolor.html %%DATADIR%%/help/html/handle_plot.html %%DATADIR%%/help/html/handle_plot3.html %%DATADIR%%/help/html/handle_point.html @@ -359,24 +369,41 @@ bin/FreeMat %%DATADIR%%/help/html/handle_zlabel.html %%DATADIR%%/help/html/handle_zlim.html %%DATADIR%%/help/html/handle_zoom.html +%%DATADIR%%/help/html/handle_zplane.html %%DATADIR%%/help/html/hermitian_eqn1.png %%DATADIR%%/help/html/hold1.png %%DATADIR%%/help/html/hold2.png %%DATADIR%%/help/html/image1.png %%DATADIR%%/help/html/image2.png %%DATADIR%%/help/html/index.html +%%DATADIR%%/help/html/inf_eqn1.png %%DATADIR%%/help/html/inspection_clear.html %%DATADIR%%/help/html/inspection_exist.html %%DATADIR%%/help/html/inspection_fieldnames.html %%DATADIR%%/help/html/inspection_isa.html +%%DATADIR%%/help/html/inspection_iscell.html +%%DATADIR%%/help/html/inspection_iscellstr.html +%%DATADIR%%/help/html/inspection_ischar.html %%DATADIR%%/help/html/inspection_isempty.html %%DATADIR%%/help/html/inspection_isfield.html %%DATADIR%%/help/html/inspection_ishandle.html %%DATADIR%%/help/html/inspection_isinf.html +%%DATADIR%%/help/html/inspection_isinttype.html +%%DATADIR%%/help/html/inspection_islogical.html %%DATADIR%%/help/html/inspection_isnan.html +%%DATADIR%%/help/html/inspection_isnumeric.html +%%DATADIR%%/help/html/inspection_isreal.html +%%DATADIR%%/help/html/inspection_isscalar.html %%DATADIR%%/help/html/inspection_isset.html %%DATADIR%%/help/html/inspection_issparse.html +%%DATADIR%%/help/html/inspection_isstr.html +%%DATADIR%%/help/html/inspection_isstruct.html +%%DATADIR%%/help/html/inspection_isvector.html +%%DATADIR%%/help/html/inspection_length.html +%%DATADIR%%/help/html/inspection_ndims.html +%%DATADIR%%/help/html/inspection_numel.html %%DATADIR%%/help/html/inspection_size.html +%%DATADIR%%/help/html/inspection_typeof.html %%DATADIR%%/help/html/inspection_where.html %%DATADIR%%/help/html/inspection_which.html %%DATADIR%%/help/html/inspection_who.html @@ -386,10 +413,12 @@ bin/FreeMat %%DATADIR%%/help/html/io_csvread.html %%DATADIR%%/help/html/io_csvwrite.html %%DATADIR%%/help/html/io_disp.html +%%DATADIR%%/help/html/io_dlmread.html %%DATADIR%%/help/html/io_fclose.html %%DATADIR%%/help/html/io_feof.html %%DATADIR%%/help/html/io_fgetline.html %%DATADIR%%/help/html/io_fopen.html +%%DATADIR%%/help/html/io_format.html %%DATADIR%%/help/html/io_fprintf.html %%DATADIR%%/help/html/io_fread.html %%DATADIR%%/help/html/io_fscanf.html @@ -399,17 +428,23 @@ bin/FreeMat %%DATADIR%%/help/html/io_getline.html %%DATADIR%%/help/html/io_getprintlimit.html %%DATADIR%%/help/html/io_htmlread.html +%%DATADIR%%/help/html/io_imread.html %%DATADIR%%/help/html/io_input.html %%DATADIR%%/help/html/io_load.html %%DATADIR%%/help/html/io_pause.html %%DATADIR%%/help/html/io_printf.html %%DATADIR%%/help/html/io_rawread.html +%%DATADIR%%/help/html/io_rawwrite.html %%DATADIR%%/help/html/io_save.html %%DATADIR%%/help/html/io_setprintlimit.html %%DATADIR%%/help/html/io_sprintf.html %%DATADIR%%/help/html/io_sscanf.html %%DATADIR%%/help/html/io_str2num.html %%DATADIR%%/help/html/io_urlwrite.html +%%DATADIR%%/help/html/io_wavplay.html +%%DATADIR%%/help/html/io_wavread.html +%%DATADIR%%/help/html/io_wavrecord.html +%%DATADIR%%/help/html/io_wavwrite.html %%DATADIR%%/help/html/io_xmlread.html %%DATADIR%%/help/html/leftdivide_eqn1.png %%DATADIR%%/help/html/leftdivide_eqn2.png @@ -491,9 +526,11 @@ bin/FreeMat %%DATADIR%%/help/html/mathfunctions_tanh.html %%DATADIR%%/help/html/max_eqn1.png %%DATADIR%%/help/html/max_eqn2.png +%%DATADIR%%/help/html/max_eqn3.png %%DATADIR%%/help/html/mean_eqn1.png %%DATADIR%%/help/html/min_eqn1.png %%DATADIR%%/help/html/min_eqn2.png +%%DATADIR%%/help/html/min_eqn3.png %%DATADIR%%/help/html/minus_eqn1.png %%DATADIR%%/help/html/minus_eqn2.png %%DATADIR%%/help/html/minus_eqn3.png @@ -549,6 +586,10 @@ bin/FreeMat %%DATADIR%%/help/html/polyval1.png %%DATADIR%%/help/html/polyval_eqn1.png %%DATADIR%%/help/html/polyval_eqn2.png +%%DATADIR%%/help/html/power_eqn1.png +%%DATADIR%%/help/html/power_eqn2.png +%%DATADIR%%/help/html/power_eqn3.png +%%DATADIR%%/help/html/power_eqn4.png %%DATADIR%%/help/html/printfig1.png %%DATADIR%%/help/html/prod_eqn1.png %%DATADIR%%/help/html/psi1.png @@ -649,6 +690,7 @@ bin/FreeMat %%DATADIR%%/help/html/string_regexp.html %%DATADIR%%/help/html/string_regexprep.html %%DATADIR%%/help/html/string_strcmp.html +%%DATADIR%%/help/html/string_strcmpi.html %%DATADIR%%/help/html/string_strfind.html %%DATADIR%%/help/html/string_strncmp.html %%DATADIR%%/help/html/string_strrep.html @@ -689,6 +731,7 @@ bin/FreeMat %%DATADIR%%/help/html/transforms_fft.html %%DATADIR%%/help/html/transforms_fftn.html %%DATADIR%%/help/html/transforms_fftshift.html +%%DATADIR%%/help/html/transforms_hilbert.html %%DATADIR%%/help/html/transforms_ifftn.html %%DATADIR%%/help/html/transforms_ifftshift.html %%DATADIR%%/help/html/transforms_inv.html @@ -697,18 +740,23 @@ bin/FreeMat %%DATADIR%%/help/html/transforms_svd.html %%DATADIR%%/help/html/transpose_eqn1.png %%DATADIR%%/help/html/tubeplot1.png +%%DATADIR%%/help/html/typecast_bin2dec.html +%%DATADIR%%/help/html/typecast_bin2int.html +%%DATADIR%%/help/html/typecast_cast.html +%%DATADIR%%/help/html/typecast_char.html %%DATADIR%%/help/html/typecast_complex.html %%DATADIR%%/help/html/typecast_dcomplex.html +%%DATADIR%%/help/html/typecast_dec2bin.html %%DATADIR%%/help/html/typecast_double.html %%DATADIR%%/help/html/typecast_float.html %%DATADIR%%/help/html/typecast_int16.html +%%DATADIR%%/help/html/typecast_int2bin.html %%DATADIR%%/help/html/typecast_int32.html %%DATADIR%%/help/html/typecast_int64.html %%DATADIR%%/help/html/typecast_int8.html %%DATADIR%%/help/html/typecast_logical.html %%DATADIR%%/help/html/typecast_single.html %%DATADIR%%/help/html/typecast_string.html -%%DATADIR%%/help/html/typecast_typeof.html %%DATADIR%%/help/html/typecast_uint16.html %%DATADIR%%/help/html/typecast_uint32.html %%DATADIR%%/help/html/typecast_uint64.html @@ -742,598 +790,7 @@ bin/FreeMat %%DATADIR%%/help/html/zoom4.png %%DATADIR%%/help/html/zoom5.png %%DATADIR%%/help/html/zoom6.png -%%DATADIR%%/help/latex/acoshplot.jpg -%%DATADIR%%/help/latex/acosplot.jpg -%%DATADIR%%/help/latex/acothplot.jpg -%%DATADIR%%/help/latex/acotplot.jpg -%%DATADIR%%/help/latex/acschplot.jpg -%%DATADIR%%/help/latex/acscplot.jpg -%%DATADIR%%/help/latex/array_assign.tex -%%DATADIR%%/help/latex/array_bin2dec.tex -%%DATADIR%%/help/latex/array_bin2int.tex -%%DATADIR%%/help/latex/array_cast.tex -%%DATADIR%%/help/latex/array_cell.tex -%%DATADIR%%/help/latex/array_char.tex -%%DATADIR%%/help/latex/array_circshift.tex -%%DATADIR%%/help/latex/array_cond.tex -%%DATADIR%%/help/latex/array_dec2bin.tex -%%DATADIR%%/help/latex/array_det.tex -%%DATADIR%%/help/latex/array_diag.tex -%%DATADIR%%/help/latex/array_expm.tex -%%DATADIR%%/help/latex/array_eye.tex -%%DATADIR%%/help/latex/array_find.tex -%%DATADIR%%/help/latex/array_flipdim.tex -%%DATADIR%%/help/latex/array_fliplr.tex -%%DATADIR%%/help/latex/array_flipud.tex -%%DATADIR%%/help/latex/array_int2bin.tex -%%DATADIR%%/help/latex/array_ipermute.tex -%%DATADIR%%/help/latex/array_iscell.tex -%%DATADIR%%/help/latex/array_iscellstr.tex -%%DATADIR%%/help/latex/array_ischar.tex -%%DATADIR%%/help/latex/array_isinttype.tex -%%DATADIR%%/help/latex/array_islogical.tex -%%DATADIR%%/help/latex/array_isnumeric.tex -%%DATADIR%%/help/latex/array_isreal.tex -%%DATADIR%%/help/latex/array_isscalar.tex -%%DATADIR%%/help/latex/array_isstr.tex -%%DATADIR%%/help/latex/array_isstruct.tex -%%DATADIR%%/help/latex/array_isvector.tex -%%DATADIR%%/help/latex/array_length.tex -%%DATADIR%%/help/latex/array_linspace.tex -%%DATADIR%%/help/latex/array_ndgrid.tex -%%DATADIR%%/help/latex/array_ndims.tex -%%DATADIR%%/help/latex/array_nonzeros.tex -%%DATADIR%%/help/latex/array_norm.tex -%%DATADIR%%/help/latex/array_numel.tex -%%DATADIR%%/help/latex/array_ones.tex -%%DATADIR%%/help/latex/array_permute.tex -%%DATADIR%%/help/latex/array_pinv.tex -%%DATADIR%%/help/latex/array_rank.tex -%%DATADIR%%/help/latex/array_rcond.tex -%%DATADIR%%/help/latex/array_repmat.tex -%%DATADIR%%/help/latex/array_reshape.tex -%%DATADIR%%/help/latex/array_resize.tex -%%DATADIR%%/help/latex/array_shiftdim.tex -%%DATADIR%%/help/latex/array_sort.tex -%%DATADIR%%/help/latex/array_squeeze.tex -%%DATADIR%%/help/latex/array_transpose.tex -%%DATADIR%%/help/latex/array_unique.tex -%%DATADIR%%/help/latex/array_xnrm2.tex -%%DATADIR%%/help/latex/array_zeros.tex -%%DATADIR%%/help/latex/asechplot.jpg -%%DATADIR%%/help/latex/asecplot.jpg -%%DATADIR%%/help/latex/asinhplot.jpg -%%DATADIR%%/help/latex/asinplot.jpg -%%DATADIR%%/help/latex/atan2plot.jpg -%%DATADIR%%/help/latex/atanhplot.jpg -%%DATADIR%%/help/latex/atanplot.jpg -%%DATADIR%%/help/latex/betapdf.jpg -%%DATADIR%%/help/latex/binary_bitand.tex -%%DATADIR%%/help/latex/binary_bitcmp.tex -%%DATADIR%%/help/latex/binary_bitor.tex -%%DATADIR%%/help/latex/binary_bitxor.tex -%%DATADIR%%/help/latex/chipdf.jpg -%%DATADIR%%/help/latex/class_and.tex -%%DATADIR%%/help/latex/class_class.tex -%%DATADIR%%/help/latex/class_colon.tex -%%DATADIR%%/help/latex/class_constructors.tex -%%DATADIR%%/help/latex/class_ctranspose.tex -%%DATADIR%%/help/latex/class_eq.tex -%%DATADIR%%/help/latex/class_ge.tex -%%DATADIR%%/help/latex/class_gt.tex -%%DATADIR%%/help/latex/class_horzcat.tex -%%DATADIR%%/help/latex/class_ldivide.tex -%%DATADIR%%/help/latex/class_le.tex -%%DATADIR%%/help/latex/class_lt.tex -%%DATADIR%%/help/latex/class_minus.tex -%%DATADIR%%/help/latex/class_mldivide.tex -%%DATADIR%%/help/latex/class_mpower.tex -%%DATADIR%%/help/latex/class_mrdivide.tex -%%DATADIR%%/help/latex/class_mtimes.tex -%%DATADIR%%/help/latex/class_ne.tex -%%DATADIR%%/help/latex/class_not.tex -%%DATADIR%%/help/latex/class_or.tex -%%DATADIR%%/help/latex/class_plus.tex -%%DATADIR%%/help/latex/class_power.tex -%%DATADIR%%/help/latex/class_rdivide.tex -%%DATADIR%%/help/latex/class_subsasgn.tex -%%DATADIR%%/help/latex/class_subsindex.tex -%%DATADIR%%/help/latex/class_subsref.tex -%%DATADIR%%/help/latex/class_times.tex -%%DATADIR%%/help/latex/class_transpose.tex -%%DATADIR%%/help/latex/class_uminus.tex -%%DATADIR%%/help/latex/class_uplus.tex -%%DATADIR%%/help/latex/class_vertcat.tex -%%DATADIR%%/help/latex/clim1.jpg -%%DATADIR%%/help/latex/clim2.jpg -%%DATADIR%%/help/latex/colormap1.jpg -%%DATADIR%%/help/latex/colormap2.jpg -%%DATADIR%%/help/latex/colormap3.jpg -%%DATADIR%%/help/latex/colormap4.jpg -%%DATADIR%%/help/latex/colormap5.jpg -%%DATADIR%%/help/latex/colormap6.jpg -%%DATADIR%%/help/latex/colormap7.jpg -%%DATADIR%%/help/latex/constants_e.tex -%%DATADIR%%/help/latex/constants_eps.tex -%%DATADIR%%/help/latex/constants_false.tex -%%DATADIR%%/help/latex/constants_feps.tex -%%DATADIR%%/help/latex/constants_i.tex -%%DATADIR%%/help/latex/constants_inf.tex -%%DATADIR%%/help/latex/constants_nan.tex -%%DATADIR%%/help/latex/constants_pi.tex -%%DATADIR%%/help/latex/constants_teps.tex -%%DATADIR%%/help/latex/constants_true.tex -%%DATADIR%%/help/latex/copper1.jpg -%%DATADIR%%/help/latex/coshplot.jpg -%%DATADIR%%/help/latex/cosplot.jpg -%%DATADIR%%/help/latex/cothplot.jpg -%%DATADIR%%/help/latex/cotplot.jpg -%%DATADIR%%/help/latex/cschplot.jpg -%%DATADIR%%/help/latex/cscplot.jpg -%%DATADIR%%/help/latex/curvefit_fitfun.tex -%%DATADIR%%/help/latex/curvefit_gausfit.tex -%%DATADIR%%/help/latex/curvefit_interplin1.tex -%%DATADIR%%/help/latex/curvefit_polyfit.tex -%%DATADIR%%/help/latex/curvefit_polyval.tex -%%DATADIR%%/help/latex/curvefit_roots.tex -%%DATADIR%%/help/latex/dawson1.jpg -%%DATADIR%%/help/latex/debug_dbauto.tex -%%DATADIR%%/help/latex/debug_dbdelete.tex -%%DATADIR%%/help/latex/debug_dblist.tex -%%DATADIR%%/help/latex/debug_dbstep.tex -%%DATADIR%%/help/latex/debug_dbstop.tex -%%DATADIR%%/help/latex/ei1.jpg -%%DATADIR%%/help/latex/elementary_abs.tex -%%DATADIR%%/help/latex/elementary_all.tex -%%DATADIR%%/help/latex/elementary_any.tex -%%DATADIR%%/help/latex/elementary_ceil.tex -%%DATADIR%%/help/latex/elementary_conj.tex -%%DATADIR%%/help/latex/elementary_cumprod.tex -%%DATADIR%%/help/latex/elementary_cumsum.tex -%%DATADIR%%/help/latex/elementary_deal.tex -%%DATADIR%%/help/latex/elementary_dot.tex -%%DATADIR%%/help/latex/elementary_floor.tex -%%DATADIR%%/help/latex/elementary_getfield.tex -%%DATADIR%%/help/latex/elementary_imag.tex -%%DATADIR%%/help/latex/elementary_max.tex -%%DATADIR%%/help/latex/elementary_mean.tex -%%DATADIR%%/help/latex/elementary_min.tex -%%DATADIR%%/help/latex/elementary_prod.tex -%%DATADIR%%/help/latex/elementary_real.tex -%%DATADIR%%/help/latex/elementary_round.tex -%%DATADIR%%/help/latex/elementary_std.tex -%%DATADIR%%/help/latex/elementary_sub2ind.tex -%%DATADIR%%/help/latex/elementary_sum.tex -%%DATADIR%%/help/latex/elementary_test.tex -%%DATADIR%%/help/latex/elementary_var.tex -%%DATADIR%%/help/latex/elementary_vec.tex -%%DATADIR%%/help/latex/eone1.jpg -%%DATADIR%%/help/latex/erf1.jpg -%%DATADIR%%/help/latex/erfc1.jpg -%%DATADIR%%/help/latex/erfcx1.jpg -%%DATADIR%%/help/latex/expei1.jpg -%%DATADIR%%/help/latex/expplot1.jpg -%%DATADIR%%/help/latex/expplot2.jpg -%%DATADIR%%/help/latex/fft1.jpg -%%DATADIR%%/help/latex/fft2.jpg -%%DATADIR%%/help/latex/flow_break.tex -%%DATADIR%%/help/latex/flow_continue.tex -%%DATADIR%%/help/latex/flow_error.tex -%%DATADIR%%/help/latex/flow_for.tex -%%DATADIR%%/help/latex/flow_if.tex -%%DATADIR%%/help/latex/flow_keyboard.tex -%%DATADIR%%/help/latex/flow_lasterr.tex -%%DATADIR%%/help/latex/flow_retall.tex -%%DATADIR%%/help/latex/flow_return.tex -%%DATADIR%%/help/latex/flow_switch.tex -%%DATADIR%%/help/latex/flow_try.tex -%%DATADIR%%/help/latex/flow_warning.tex -%%DATADIR%%/help/latex/flow_while.tex -%%DATADIR%%/help/latex/freemat_addpath.tex -%%DATADIR%%/help/latex/freemat_assignin.tex -%%DATADIR%%/help/latex/freemat_builtin.tex -%%DATADIR%%/help/latex/freemat_clc.tex -%%DATADIR%%/help/latex/freemat_clock.tex -%%DATADIR%%/help/latex/freemat_clocktotime.tex -%%DATADIR%%/help/latex/freemat_computer.tex -%%DATADIR%%/help/latex/freemat_diary.tex -%%DATADIR%%/help/latex/freemat_docli.tex -%%DATADIR%%/help/latex/freemat_editor.tex -%%DATADIR%%/help/latex/freemat_errorcount.tex -%%DATADIR%%/help/latex/freemat_etime.tex -%%DATADIR%%/help/latex/freemat_eval.tex -%%DATADIR%%/help/latex/freemat_evalin.tex -%%DATADIR%%/help/latex/freemat_exit.tex -%%DATADIR%%/help/latex/freemat_feval.tex -%%DATADIR%%/help/latex/freemat_filesep.tex -%%DATADIR%%/help/latex/freemat_help.tex -%%DATADIR%%/help/latex/freemat_helpwin.tex -%%DATADIR%%/help/latex/freemat_import.tex -%%DATADIR%%/help/latex/freemat_loadlib.tex -%%DATADIR%%/help/latex/freemat_mfilename.tex -%%DATADIR%%/help/latex/freemat_path.tex -%%DATADIR%%/help/latex/freemat_pathsep.tex -%%DATADIR%%/help/latex/freemat_pathtool.tex -%%DATADIR%%/help/latex/freemat_pcode.tex -%%DATADIR%%/help/latex/freemat_quit.tex -%%DATADIR%%/help/latex/freemat_rehash.tex -%%DATADIR%%/help/latex/freemat_rescan.tex -%%DATADIR%%/help/latex/freemat_simkeys.tex -%%DATADIR%%/help/latex/freemat_sleep.tex -%%DATADIR%%/help/latex/freemat_source.tex -%%DATADIR%%/help/latex/freemat_startup.tex -%%DATADIR%%/help/latex/freemat_tic.tex -%%DATADIR%%/help/latex/freemat_toc.tex -%%DATADIR%%/help/latex/freemat_typerules.tex -%%DATADIR%%/help/latex/freemat_verstring.tex -%%DATADIR%%/help/latex/function_inline.tex -%%DATADIR%%/help/latex/function_symvar.tex -%%DATADIR%%/help/latex/functions_function.tex -%%DATADIR%%/help/latex/functions_keywords.tex -%%DATADIR%%/help/latex/functions_nargin.tex -%%DATADIR%%/help/latex/functions_nargout.tex -%%DATADIR%%/help/latex/functions_script.tex -%%DATADIR%%/help/latex/functions_special.tex -%%DATADIR%%/help/latex/functions_varargin.tex -%%DATADIR%%/help/latex/functions_varargout.tex -%%DATADIR%%/help/latex/gamma1.jpg -%%DATADIR%%/help/latex/gammaln1.jpg -%%DATADIR%%/help/latex/gausfit1.jpg -%%DATADIR%%/help/latex/gray1.jpg -%%DATADIR%%/help/latex/grid1.jpg -%%DATADIR%%/help/latex/grid2.jpg -%%DATADIR%%/help/latex/handle_axes.tex -%%DATADIR%%/help/latex/handle_axis.tex -%%DATADIR%%/help/latex/handle_axisproperties.tex -%%DATADIR%%/help/latex/handle_cla.tex -%%DATADIR%%/help/latex/handle_clf.tex -%%DATADIR%%/help/latex/handle_clim.tex -%%DATADIR%%/help/latex/handle_close.tex -%%DATADIR%%/help/latex/handle_colorbar.tex -%%DATADIR%%/help/latex/handle_colormap.tex -%%DATADIR%%/help/latex/handle_colorspec.tex -%%DATADIR%%/help/latex/handle_copper.tex -%%DATADIR%%/help/latex/handle_copy.tex -%%DATADIR%%/help/latex/handle_drawnow.tex -%%DATADIR%%/help/latex/handle_figure.tex -%%DATADIR%%/help/latex/handle_figureproperties.tex -%%DATADIR%%/help/latex/handle_gca.tex -%%DATADIR%%/help/latex/handle_gcf.tex -%%DATADIR%%/help/latex/handle_get.tex -%%DATADIR%%/help/latex/handle_gray.tex -%%DATADIR%%/help/latex/handle_grid.tex -%%DATADIR%%/help/latex/handle_himage.tex -%%DATADIR%%/help/latex/handle_hline.tex -%%DATADIR%%/help/latex/handle_hold.tex -%%DATADIR%%/help/latex/handle_hpoint.tex -%%DATADIR%%/help/latex/handle_hsurface.tex -%%DATADIR%%/help/latex/handle_htext.tex -%%DATADIR%%/help/latex/handle_image.tex -%%DATADIR%%/help/latex/handle_imageproperties.tex -%%DATADIR%%/help/latex/handle_is2dview.tex -%%DATADIR%%/help/latex/handle_ishold.tex -%%DATADIR%%/help/latex/handle_legend.tex -%%DATADIR%%/help/latex/handle_line.tex -%%DATADIR%%/help/latex/handle_lineproperties.tex -%%DATADIR%%/help/latex/handle_loglog.tex -%%DATADIR%%/help/latex/handle_newplot.tex -%%DATADIR%%/help/latex/handle_plot.tex -%%DATADIR%%/help/latex/handle_plot3.tex -%%DATADIR%%/help/latex/handle_point.tex -%%DATADIR%%/help/latex/handle_print.tex -%%DATADIR%%/help/latex/handle_pvalid.tex -%%DATADIR%%/help/latex/handle_semilogx.tex -%%DATADIR%%/help/latex/handle_semilogy.tex -%%DATADIR%%/help/latex/handle_set.tex -%%DATADIR%%/help/latex/handle_sizefig.tex -%%DATADIR%%/help/latex/handle_subplot.tex -%%DATADIR%%/help/latex/handle_surf.tex -%%DATADIR%%/help/latex/handle_surfaceproperties.tex -%%DATADIR%%/help/latex/handle_text.tex -%%DATADIR%%/help/latex/handle_textproperties.tex -%%DATADIR%%/help/latex/handle_title.tex -%%DATADIR%%/help/latex/handle_tubeplot.tex -%%DATADIR%%/help/latex/handle_uicontrol.tex -%%DATADIR%%/help/latex/handle_uicontrolproperties.tex -%%DATADIR%%/help/latex/handle_view.tex -%%DATADIR%%/help/latex/handle_winlev.tex -%%DATADIR%%/help/latex/handle_xlabel.tex -%%DATADIR%%/help/latex/handle_xlim.tex -%%DATADIR%%/help/latex/handle_ylabel.tex -%%DATADIR%%/help/latex/handle_ylim.tex -%%DATADIR%%/help/latex/handle_zlabel.tex -%%DATADIR%%/help/latex/handle_zlim.tex -%%DATADIR%%/help/latex/handle_zoom.tex -%%DATADIR%%/help/latex/hold1.jpg -%%DATADIR%%/help/latex/hold2.jpg -%%DATADIR%%/help/latex/image1.jpg -%%DATADIR%%/help/latex/image2.jpg -%%DATADIR%%/help/latex/inspection_clear.tex -%%DATADIR%%/help/latex/inspection_exist.tex -%%DATADIR%%/help/latex/inspection_fieldnames.tex -%%DATADIR%%/help/latex/inspection_isa.tex -%%DATADIR%%/help/latex/inspection_isempty.tex -%%DATADIR%%/help/latex/inspection_isfield.tex -%%DATADIR%%/help/latex/inspection_ishandle.tex -%%DATADIR%%/help/latex/inspection_isinf.tex -%%DATADIR%%/help/latex/inspection_isnan.tex -%%DATADIR%%/help/latex/inspection_isset.tex -%%DATADIR%%/help/latex/inspection_issparse.tex -%%DATADIR%%/help/latex/inspection_size.tex -%%DATADIR%%/help/latex/inspection_where.tex -%%DATADIR%%/help/latex/inspection_which.tex -%%DATADIR%%/help/latex/inspection_who.tex -%%DATADIR%%/help/latex/interplin1_1.jpg -%%DATADIR%%/help/latex/interplin1_2.jpg -%%DATADIR%%/help/latex/introduction_install.tex -%%DATADIR%%/help/latex/io_csvread.tex -%%DATADIR%%/help/latex/io_csvwrite.tex -%%DATADIR%%/help/latex/io_disp.tex -%%DATADIR%%/help/latex/io_fclose.tex -%%DATADIR%%/help/latex/io_feof.tex -%%DATADIR%%/help/latex/io_fgetline.tex -%%DATADIR%%/help/latex/io_fopen.tex -%%DATADIR%%/help/latex/io_fprintf.tex -%%DATADIR%%/help/latex/io_fread.tex -%%DATADIR%%/help/latex/io_fscanf.tex -%%DATADIR%%/help/latex/io_fseek.tex -%%DATADIR%%/help/latex/io_ftell.tex -%%DATADIR%%/help/latex/io_fwrite.tex -%%DATADIR%%/help/latex/io_getline.tex -%%DATADIR%%/help/latex/io_getprintlimit.tex -%%DATADIR%%/help/latex/io_htmlread.tex -%%DATADIR%%/help/latex/io_input.tex -%%DATADIR%%/help/latex/io_load.tex -%%DATADIR%%/help/latex/io_pause.tex -%%DATADIR%%/help/latex/io_printf.tex -%%DATADIR%%/help/latex/io_rawread.tex -%%DATADIR%%/help/latex/io_save.tex -%%DATADIR%%/help/latex/io_setprintlimit.tex -%%DATADIR%%/help/latex/io_sprintf.tex -%%DATADIR%%/help/latex/io_sscanf.tex -%%DATADIR%%/help/latex/io_str2num.tex -%%DATADIR%%/help/latex/io_urlwrite.tex -%%DATADIR%%/help/latex/io_xmlread.tex -%%DATADIR%%/help/latex/log10plot.jpg -%%DATADIR%%/help/latex/log2plot.jpg -%%DATADIR%%/help/latex/loglog1.jpg -%%DATADIR%%/help/latex/loglog2.jpg -%%DATADIR%%/help/latex/logplot.jpg -%%DATADIR%%/help/latex/main.aux -%%DATADIR%%/help/latex/main.log %%DATADIR%%/help/latex/main.pdf -%%DATADIR%%/help/latex/main.tex -%%DATADIR%%/help/latex/main.toc -%%DATADIR%%/help/latex/mathfunctions_acos.tex -%%DATADIR%%/help/latex/mathfunctions_acosd.tex -%%DATADIR%%/help/latex/mathfunctions_acosh.tex -%%DATADIR%%/help/latex/mathfunctions_acot.tex -%%DATADIR%%/help/latex/mathfunctions_acotd.tex -%%DATADIR%%/help/latex/mathfunctions_acoth.tex -%%DATADIR%%/help/latex/mathfunctions_acsc.tex -%%DATADIR%%/help/latex/mathfunctions_acscd.tex -%%DATADIR%%/help/latex/mathfunctions_acsch.tex -%%DATADIR%%/help/latex/mathfunctions_angle.tex -%%DATADIR%%/help/latex/mathfunctions_asec.tex -%%DATADIR%%/help/latex/mathfunctions_asecd.tex -%%DATADIR%%/help/latex/mathfunctions_asech.tex -%%DATADIR%%/help/latex/mathfunctions_asin.tex -%%DATADIR%%/help/latex/mathfunctions_asind.tex -%%DATADIR%%/help/latex/mathfunctions_asinh.tex -%%DATADIR%%/help/latex/mathfunctions_atan.tex -%%DATADIR%%/help/latex/mathfunctions_atan2.tex -%%DATADIR%%/help/latex/mathfunctions_atand.tex -%%DATADIR%%/help/latex/mathfunctions_atanh.tex -%%DATADIR%%/help/latex/mathfunctions_cos.tex -%%DATADIR%%/help/latex/mathfunctions_cosd.tex -%%DATADIR%%/help/latex/mathfunctions_cosh.tex -%%DATADIR%%/help/latex/mathfunctions_cot.tex -%%DATADIR%%/help/latex/mathfunctions_cotd.tex -%%DATADIR%%/help/latex/mathfunctions_coth.tex -%%DATADIR%%/help/latex/mathfunctions_cross.tex -%%DATADIR%%/help/latex/mathfunctions_csc.tex -%%DATADIR%%/help/latex/mathfunctions_cscd.tex -%%DATADIR%%/help/latex/mathfunctions_csch.tex -%%DATADIR%%/help/latex/mathfunctions_dawson.tex -%%DATADIR%%/help/latex/mathfunctions_deg2rad.tex -%%DATADIR%%/help/latex/mathfunctions_ei.tex -%%DATADIR%%/help/latex/mathfunctions_eone.tex -%%DATADIR%%/help/latex/mathfunctions_erf.tex -%%DATADIR%%/help/latex/mathfunctions_erfc.tex -%%DATADIR%%/help/latex/mathfunctions_erfcx.tex -%%DATADIR%%/help/latex/mathfunctions_exp.tex -%%DATADIR%%/help/latex/mathfunctions_expei.tex -%%DATADIR%%/help/latex/mathfunctions_expm1.tex -%%DATADIR%%/help/latex/mathfunctions_fix.tex -%%DATADIR%%/help/latex/mathfunctions_gamma.tex -%%DATADIR%%/help/latex/mathfunctions_gammaln.tex -%%DATADIR%%/help/latex/mathfunctions_idiv.tex -%%DATADIR%%/help/latex/mathfunctions_log.tex -%%DATADIR%%/help/latex/mathfunctions_log10.tex -%%DATADIR%%/help/latex/mathfunctions_log1p.tex -%%DATADIR%%/help/latex/mathfunctions_log2.tex -%%DATADIR%%/help/latex/mathfunctions_mod.tex -%%DATADIR%%/help/latex/mathfunctions_psi.tex -%%DATADIR%%/help/latex/mathfunctions_rad2deg.tex -%%DATADIR%%/help/latex/mathfunctions_rem.tex -%%DATADIR%%/help/latex/mathfunctions_sec.tex -%%DATADIR%%/help/latex/mathfunctions_secd.tex -%%DATADIR%%/help/latex/mathfunctions_sech.tex -%%DATADIR%%/help/latex/mathfunctions_sin.tex -%%DATADIR%%/help/latex/mathfunctions_sind.tex -%%DATADIR%%/help/latex/mathfunctions_sinh.tex -%%DATADIR%%/help/latex/mathfunctions_sqrt.tex -%%DATADIR%%/help/latex/mathfunctions_tan.tex -%%DATADIR%%/help/latex/mathfunctions_tand.tex -%%DATADIR%%/help/latex/mathfunctions_tanh.tex -%%DATADIR%%/help/latex/mpi_mpirun.tex -%%DATADIR%%/help/latex/mpi_mpiserver.tex -%%DATADIR%%/help/latex/operators_colon.tex -%%DATADIR%%/help/latex/operators_comparisonops.tex -%%DATADIR%%/help/latex/operators_dotleftdivide.tex -%%DATADIR%%/help/latex/operators_dotpower.tex -%%DATADIR%%/help/latex/operators_dotrightdivide.tex -%%DATADIR%%/help/latex/operators_dottimes.tex -%%DATADIR%%/help/latex/operators_hermitian.tex -%%DATADIR%%/help/latex/operators_leftdivide.tex -%%DATADIR%%/help/latex/operators_logicalops.tex -%%DATADIR%%/help/latex/operators_minus.tex -%%DATADIR%%/help/latex/operators_plus.tex -%%DATADIR%%/help/latex/operators_power.tex -%%DATADIR%%/help/latex/operators_rightdivide.tex -%%DATADIR%%/help/latex/operators_times.tex -%%DATADIR%%/help/latex/operators_transpose.tex -%%DATADIR%%/help/latex/os_cd.tex -%%DATADIR%%/help/latex/os_copyfile.tex -%%DATADIR%%/help/latex/os_delete.tex -%%DATADIR%%/help/latex/os_dir.tex -%%DATADIR%%/help/latex/os_dirsep.tex -%%DATADIR%%/help/latex/os_fileparts.tex -%%DATADIR%%/help/latex/os_fullfile.tex -%%DATADIR%%/help/latex/os_getpath.tex -%%DATADIR%%/help/latex/os_ls.tex -%%DATADIR%%/help/latex/os_mkdir.tex -%%DATADIR%%/help/latex/os_pwd.tex -%%DATADIR%%/help/latex/os_rmdir.tex -%%DATADIR%%/help/latex/os_setpath.tex -%%DATADIR%%/help/latex/os_system.tex -%%DATADIR%%/help/latex/plot1.jpg -%%DATADIR%%/help/latex/plot2.jpg -%%DATADIR%%/help/latex/plot3.jpg -%%DATADIR%%/help/latex/plot4.jpg -%%DATADIR%%/help/latex/plot5.jpg -%%DATADIR%%/help/latex/plot6.jpg -%%DATADIR%%/help/latex/plt3.jpg -%%DATADIR%%/help/latex/polyfit1.jpg -%%DATADIR%%/help/latex/polyfit2.jpg -%%DATADIR%%/help/latex/polyfit3.jpg -%%DATADIR%%/help/latex/polyval1.jpg -%%DATADIR%%/help/latex/printfig1.jpg -%%DATADIR%%/help/latex/psi1.jpg -%%DATADIR%%/help/latex/random_rand.tex -%%DATADIR%%/help/latex/random_randbeta.tex -%%DATADIR%%/help/latex/random_randbin.tex -%%DATADIR%%/help/latex/random_randchi.tex -%%DATADIR%%/help/latex/random_randexp.tex -%%DATADIR%%/help/latex/random_randf.tex -%%DATADIR%%/help/latex/random_randgamma.tex -%%DATADIR%%/help/latex/random_randi.tex -%%DATADIR%%/help/latex/random_randmulti.tex -%%DATADIR%%/help/latex/random_randn.tex -%%DATADIR%%/help/latex/random_randnbin.tex -%%DATADIR%%/help/latex/random_randnchi.tex -%%DATADIR%%/help/latex/random_randnf.tex -%%DATADIR%%/help/latex/random_randp.tex -%%DATADIR%%/help/latex/random_seed.tex -%%DATADIR%%/help/latex/sechplot.jpg -%%DATADIR%%/help/latex/secplot.jpg -%%DATADIR%%/help/latex/semilogx1.jpg -%%DATADIR%%/help/latex/semilogx2.jpg -%%DATADIR%%/help/latex/semilogy1.jpg -%%DATADIR%%/help/latex/semilogy2.jpg -%%DATADIR%%/help/latex/signal_conv.tex -%%DATADIR%%/help/latex/signal_conv2.tex -%%DATADIR%%/help/latex/sinhplot.jpg -%%DATADIR%%/help/latex/sinplot.jpg -%%DATADIR%%/help/latex/sparse_eigs.tex -%%DATADIR%%/help/latex/sparse_full.tex -%%DATADIR%%/help/latex/sparse_nnz.tex -%%DATADIR%%/help/latex/sparse_sparse.tex -%%DATADIR%%/help/latex/sparse_speye.tex -%%DATADIR%%/help/latex/sparse_spones.tex -%%DATADIR%%/help/latex/sparse_sprand.tex -%%DATADIR%%/help/latex/sparse_sprandn.tex -%%DATADIR%%/help/latex/sparse_spy.tex -%%DATADIR%%/help/latex/spy1.jpg -%%DATADIR%%/help/latex/spy2.jpg -%%DATADIR%%/help/latex/string_cellstr.tex -%%DATADIR%%/help/latex/string_deblank.tex -%%DATADIR%%/help/latex/string_isalpha.tex -%%DATADIR%%/help/latex/string_isdigit.tex -%%DATADIR%%/help/latex/string_isspace.tex -%%DATADIR%%/help/latex/string_lower.tex -%%DATADIR%%/help/latex/string_regexp.tex -%%DATADIR%%/help/latex/string_regexprep.tex -%%DATADIR%%/help/latex/string_strcmp.tex -%%DATADIR%%/help/latex/string_strfind.tex -%%DATADIR%%/help/latex/string_strncmp.tex -%%DATADIR%%/help/latex/string_strrep.tex -%%DATADIR%%/help/latex/string_strstr.tex -%%DATADIR%%/help/latex/string_strtrim.tex -%%DATADIR%%/help/latex/string_upper.tex -%%DATADIR%%/help/latex/subplot1.jpg -%%DATADIR%%/help/latex/subplot2.jpg -%%DATADIR%%/help/latex/subplot3.jpg -%%DATADIR%%/help/latex/surf1.jpg -%%DATADIR%%/help/latex/surf2.jpg -%%DATADIR%%/help/latex/tanhplot.jpg -%%DATADIR%%/help/latex/tanplot.jpg -%%DATADIR%%/help/latex/text1.jpg -%%DATADIR%%/help/latex/text2.jpg -%%DATADIR%%/help/latex/thread_threadcall.tex -%%DATADIR%%/help/latex/thread_threadfree.tex -%%DATADIR%%/help/latex/thread_threadid.tex -%%DATADIR%%/help/latex/thread_threadkill.tex -%%DATADIR%%/help/latex/thread_threadnew.tex -%%DATADIR%%/help/latex/thread_threadstart.tex -%%DATADIR%%/help/latex/thread_threadvalue.tex -%%DATADIR%%/help/latex/thread_threadwait.tex -%%DATADIR%%/help/latex/title1.jpg -%%DATADIR%%/help/latex/title2.jpg -%%DATADIR%%/help/latex/transforms_eig.tex -%%DATADIR%%/help/latex/transforms_fft.tex -%%DATADIR%%/help/latex/transforms_fftn.tex -%%DATADIR%%/help/latex/transforms_fftshift.tex -%%DATADIR%%/help/latex/transforms_ifftn.tex -%%DATADIR%%/help/latex/transforms_ifftshift.tex -%%DATADIR%%/help/latex/transforms_inv.tex -%%DATADIR%%/help/latex/transforms_lu.tex -%%DATADIR%%/help/latex/transforms_qr.tex -%%DATADIR%%/help/latex/transforms_svd.tex -%%DATADIR%%/help/latex/tubeplot1.jpg -%%DATADIR%%/help/latex/typecast_complex.tex -%%DATADIR%%/help/latex/typecast_dcomplex.tex -%%DATADIR%%/help/latex/typecast_double.tex -%%DATADIR%%/help/latex/typecast_float.tex -%%DATADIR%%/help/latex/typecast_int16.tex -%%DATADIR%%/help/latex/typecast_int32.tex -%%DATADIR%%/help/latex/typecast_int64.tex -%%DATADIR%%/help/latex/typecast_int8.tex -%%DATADIR%%/help/latex/typecast_logical.tex -%%DATADIR%%/help/latex/typecast_single.tex -%%DATADIR%%/help/latex/typecast_string.tex -%%DATADIR%%/help/latex/typecast_typeof.tex -%%DATADIR%%/help/latex/typecast_uint16.tex -%%DATADIR%%/help/latex/typecast_uint32.tex -%%DATADIR%%/help/latex/typecast_uint64.tex -%%DATADIR%%/help/latex/typecast_uint8.tex -%%DATADIR%%/help/latex/variables_cell.tex -%%DATADIR%%/help/latex/variables_function.tex -%%DATADIR%%/help/latex/variables_global.tex -%%DATADIR%%/help/latex/variables_indexing.tex -%%DATADIR%%/help/latex/variables_matrix.tex -%%DATADIR%%/help/latex/variables_persistent.tex -%%DATADIR%%/help/latex/variables_string.tex -%%DATADIR%%/help/latex/variables_struct.tex -%%DATADIR%%/help/latex/view1.jpg -%%DATADIR%%/help/latex/view2.jpg -%%DATADIR%%/help/latex/view3.jpg -%%DATADIR%%/help/latex/winlev1.jpg -%%DATADIR%%/help/latex/winlev2.jpg -%%DATADIR%%/help/latex/xlabel1.jpg -%%DATADIR%%/help/latex/xlim1.jpg -%%DATADIR%%/help/latex/xlim2.jpg -%%DATADIR%%/help/latex/ylabel1.jpg -%%DATADIR%%/help/latex/ylim1.jpg -%%DATADIR%%/help/latex/ylim2.jpg -%%DATADIR%%/help/latex/zlabel1.jpg -%%DATADIR%%/help/latex/zlim1.jpg -%%DATADIR%%/help/latex/zlim2.jpg -%%DATADIR%%/help/latex/zoom1.jpg -%%DATADIR%%/help/latex/zoom3.jpg -%%DATADIR%%/help/latex/zoom4.jpg -%%DATADIR%%/help/latex/zoom5.jpg -%%DATADIR%%/help/latex/zoom6.jpg %%DATADIR%%/help/text/abs.mdc %%DATADIR%%/help/text/acos.mdc %%DATADIR%%/help/text/acosd.mdc @@ -1348,6 +805,7 @@ bin/FreeMat %%DATADIR%%/help/text/all.mdc %%DATADIR%%/help/text/and.mdc %%DATADIR%%/help/text/angle.mdc +%%DATADIR%%/help/text/anonymous.mdc %%DATADIR%%/help/text/any.mdc %%DATADIR%%/help/text/asec.mdc %%DATADIR%%/help/text/asecd.mdc @@ -1380,6 +838,7 @@ bin/FreeMat %%DATADIR%%/help/text/char.mdc %%DATADIR%%/help/text/circshift.mdc %%DATADIR%%/help/text/cla.mdc +%%DATADIR%%/help/text/clabel.mdc %%DATADIR%%/help/text/class.mdc %%DATADIR%%/help/text/clc.mdc %%DATADIR%%/help/text/clear.mdc @@ -1399,6 +858,8 @@ bin/FreeMat %%DATADIR%%/help/text/conj.mdc %%DATADIR%%/help/text/constructors.mdc %%DATADIR%%/help/text/continue.mdc +%%DATADIR%%/help/text/contour.mdc +%%DATADIR%%/help/text/contour3.mdc %%DATADIR%%/help/text/conv.mdc %%DATADIR%%/help/text/conv2.mdc %%DATADIR%%/help/text/copper.mdc @@ -1410,6 +871,7 @@ bin/FreeMat %%DATADIR%%/help/text/cot.mdc %%DATADIR%%/help/text/cotd.mdc %%DATADIR%%/help/text/coth.mdc +%%DATADIR%%/help/text/countour.mdc %%DATADIR%%/help/text/cross.mdc %%DATADIR%%/help/text/csc.mdc %%DATADIR%%/help/text/cscd.mdc @@ -1429,6 +891,7 @@ bin/FreeMat %%DATADIR%%/help/text/deal.mdc %%DATADIR%%/help/text/deblank.mdc %%DATADIR%%/help/text/dec2bin.mdc +%%DATADIR%%/help/text/dec2hex.mdc %%DATADIR%%/help/text/deg2rad.mdc %%DATADIR%%/help/text/delete.mdc %%DATADIR%%/help/text/det.mdc @@ -1437,6 +900,7 @@ bin/FreeMat %%DATADIR%%/help/text/dir.mdc %%DATADIR%%/help/text/dirsep.mdc %%DATADIR%%/help/text/disp.mdc +%%DATADIR%%/help/text/dlmread.mdc %%DATADIR%%/help/text/docli.mdc %%DATADIR%%/help/text/dot.mdc %%DATADIR%%/help/text/dotleftdivide.mdc @@ -1478,6 +942,8 @@ bin/FreeMat %%DATADIR%%/help/text/fftshift.mdc %%DATADIR%%/help/text/fgetline.mdc %%DATADIR%%/help/text/fieldnames.mdc +%%DATADIR%%/help/text/figlower.mdc +%%DATADIR%%/help/text/figraise.mdc %%DATADIR%%/help/text/figure.mdc %%DATADIR%%/help/text/figureproperties.mdc %%DATADIR%%/help/text/fileparts.mdc @@ -1492,6 +958,7 @@ bin/FreeMat %%DATADIR%%/help/text/floor.mdc %%DATADIR%%/help/text/fopen.mdc %%DATADIR%%/help/text/for.mdc +%%DATADIR%%/help/text/format.mdc %%DATADIR%%/help/text/fprintf.mdc %%DATADIR%%/help/text/fread.mdc %%DATADIR%%/help/text/fscanf.mdc @@ -1516,9 +983,12 @@ bin/FreeMat %%DATADIR%%/help/text/gray.mdc %%DATADIR%%/help/text/grid.mdc %%DATADIR%%/help/text/gt.mdc +%%DATADIR%%/help/text/hcontour.mdc %%DATADIR%%/help/text/help.mdc %%DATADIR%%/help/text/helpwin.mdc %%DATADIR%%/help/text/hermitian.mdc +%%DATADIR%%/help/text/hex2dec.mdc +%%DATADIR%%/help/text/hilbert.mdc %%DATADIR%%/help/text/himage.mdc %%DATADIR%%/help/text/hline.mdc %%DATADIR%%/help/text/hold.mdc @@ -1536,6 +1006,7 @@ bin/FreeMat %%DATADIR%%/help/text/image.mdc %%DATADIR%%/help/text/imageproperties.mdc %%DATADIR%%/help/text/import.mdc +%%DATADIR%%/help/text/imread.mdc %%DATADIR%%/help/text/indexing.mdc %%DATADIR%%/help/text/inf.mdc %%DATADIR%%/help/text/inline.mdc @@ -1558,9 +1029,11 @@ bin/FreeMat %%DATADIR%%/help/text/isdigit.mdc %%DATADIR%%/help/text/isempty.mdc %%DATADIR%%/help/text/isfield.mdc +%%DATADIR%%/help/text/isfloat.mdc %%DATADIR%%/help/text/ishandle.mdc %%DATADIR%%/help/text/ishold.mdc %%DATADIR%%/help/text/isinf.mdc +%%DATADIR%%/help/text/isinteger.mdc %%DATADIR%%/help/text/isinttype.mdc %%DATADIR%%/help/text/islogical.mdc %%DATADIR%%/help/text/isnan.mdc @@ -1593,6 +1066,7 @@ bin/FreeMat %%DATADIR%%/help/text/logical.mdc %%DATADIR%%/help/text/logicalops.mdc %%DATADIR%%/help/text/loglog.mdc +%%DATADIR%%/help/text/logspace.mdc %%DATADIR%%/help/text/lower.mdc %%DATADIR%%/help/text/ls.mdc %%DATADIR%%/help/text/lt.mdc @@ -1600,6 +1074,7 @@ bin/FreeMat %%DATADIR%%/help/text/matrix.mdc %%DATADIR%%/help/text/max.mdc %%DATADIR%%/help/text/mean.mdc +%%DATADIR%%/help/text/meshgrid.mdc %%DATADIR%%/help/text/mfilename.mdc %%DATADIR%%/help/text/min.mdc %%DATADIR%%/help/text/minus.mdc @@ -1622,6 +1097,8 @@ bin/FreeMat %%DATADIR%%/help/text/nonzeros.mdc %%DATADIR%%/help/text/norm.mdc %%DATADIR%%/help/text/not.mdc +%%DATADIR%%/help/text/num2hex.mdc +%%DATADIR%%/help/text/num2str.mdc %%DATADIR%%/help/text/numel.mdc %%DATADIR%%/help/text/ones.mdc %%DATADIR%%/help/text/or.mdc @@ -1630,6 +1107,7 @@ bin/FreeMat %%DATADIR%%/help/text/pathtool.mdc %%DATADIR%%/help/text/pause.mdc %%DATADIR%%/help/text/pcode.mdc +%%DATADIR%%/help/text/pcolor.mdc %%DATADIR%%/help/text/permute.mdc %%DATADIR%%/help/text/persistent.mdc %%DATADIR%%/help/text/pi.mdc @@ -1638,7 +1116,10 @@ bin/FreeMat %%DATADIR%%/help/text/plot3.mdc %%DATADIR%%/help/text/plus.mdc %%DATADIR%%/help/text/point.mdc +%%DATADIR%%/help/text/poly.mdc +%%DATADIR%%/help/text/polyder.mdc %%DATADIR%%/help/text/polyfit.mdc +%%DATADIR%%/help/text/polyint.mdc %%DATADIR%%/help/text/polyval.mdc %%DATADIR%%/help/text/power.mdc %%DATADIR%%/help/text/print.mdc @@ -1648,6 +1129,7 @@ bin/FreeMat %%DATADIR%%/help/text/pvalid.mdc %%DATADIR%%/help/text/pwd.mdc %%DATADIR%%/help/text/qr.mdc +%%DATADIR%%/help/text/quiet.mdc %%DATADIR%%/help/text/quit.mdc %%DATADIR%%/help/text/rad2deg.mdc %%DATADIR%%/help/text/rand.mdc @@ -1666,6 +1148,7 @@ bin/FreeMat %%DATADIR%%/help/text/randp.mdc %%DATADIR%%/help/text/rank.mdc %%DATADIR%%/help/text/rawread.mdc +%%DATADIR%%/help/text/rawwrite.mdc %%DATADIR%%/help/text/rcond.mdc %%DATADIR%%/help/text/rdivide.mdc %%DATADIR%%/help/text/real.mdc @@ -1683,6 +1166,7 @@ bin/FreeMat %%DATADIR%%/help/text/rmdir.mdc %%DATADIR%%/help/text/roots.mdc %%DATADIR%%/help/text/round.mdc +%%DATADIR%%/help/text/rref.mdc %%DATADIR%%/help/text/save.mdc %%DATADIR%%/help/text/script.mdc %%DATADIR%%/help/text/sec.mdc @@ -1720,6 +1204,7 @@ bin/FreeMat %%DATADIR%%/help/text/std.mdc %%DATADIR%%/help/text/str2num.mdc %%DATADIR%%/help/text/strcmp.mdc +%%DATADIR%%/help/text/strcmpi.mdc %%DATADIR%%/help/text/strfind.mdc %%DATADIR%%/help/text/string.mdc %%DATADIR%%/help/text/strncmp.mdc @@ -1779,10 +1264,15 @@ bin/FreeMat %%DATADIR%%/help/text/varargin.mdc %%DATADIR%%/help/text/varargout.mdc %%DATADIR%%/help/text/vec.mdc +%%DATADIR%%/help/text/version.mdc %%DATADIR%%/help/text/verstring.mdc %%DATADIR%%/help/text/vertcat.mdc %%DATADIR%%/help/text/view.mdc %%DATADIR%%/help/text/warning.mdc +%%DATADIR%%/help/text/wavplay.mdc +%%DATADIR%%/help/text/wavread.mdc +%%DATADIR%%/help/text/wavrecord.mdc +%%DATADIR%%/help/text/wavwrite.mdc %%DATADIR%%/help/text/where.mdc %%DATADIR%%/help/text/which.mdc %%DATADIR%%/help/text/while.mdc @@ -1798,6 +1288,7 @@ bin/FreeMat %%DATADIR%%/help/text/zlabel.mdc %%DATADIR%%/help/text/zlim.mdc %%DATADIR%%/help/text/zoom.mdc +%%DATADIR%%/help/text/zplane.mdc %%DATADIR%%/toolbox/array/all.m %%DATADIR%%/toolbox/array/any.m %%DATADIR%%/toolbox/array/cast.m @@ -1817,8 +1308,10 @@ bin/FreeMat %%DATADIR%%/toolbox/array/ischar.m %%DATADIR%%/toolbox/array/isdigit.m %%DATADIR%%/toolbox/array/isfield.m +%%DATADIR%%/toolbox/array/isfloat.m %%DATADIR%%/toolbox/array/ishandle.m %%DATADIR%%/toolbox/array/ishold.m +%%DATADIR%%/toolbox/array/isinteger.m %%DATADIR%%/toolbox/array/isinttype.m %%DATADIR%%/toolbox/array/islogical.m %%DATADIR%%/toolbox/array/isnumeric.m @@ -1830,6 +1323,8 @@ bin/FreeMat %%DATADIR%%/toolbox/array/isvector.m %%DATADIR%%/toolbox/array/length.m %%DATADIR%%/toolbox/array/linspace.m +%%DATADIR%%/toolbox/array/logspace.m +%%DATADIR%%/toolbox/array/meshgrid.m %%DATADIR%%/toolbox/array/ndgrid.m %%DATADIR%%/toolbox/array/ndims.m %%DATADIR%%/toolbox/array/nonzeros.m @@ -1858,10 +1353,13 @@ bin/FreeMat %%DATADIR%%/toolbox/geom/cross.m %%DATADIR%%/toolbox/graph/axis.m %%DATADIR%%/toolbox/graph/cla.m +%%DATADIR%%/toolbox/graph/clabel.m %%DATADIR%%/toolbox/graph/clf.m %%DATADIR%%/toolbox/graph/clim.m %%DATADIR%%/toolbox/graph/colorbar.m %%DATADIR%%/toolbox/graph/colormap.m +%%DATADIR%%/toolbox/graph/contour.m +%%DATADIR%%/toolbox/graph/contour3.m %%DATADIR%%/toolbox/graph/copper.m %%DATADIR%%/toolbox/graph/gray.m %%DATADIR%%/toolbox/graph/grid.m @@ -1871,9 +1369,18 @@ bin/FreeMat %%DATADIR%%/toolbox/graph/line.m %%DATADIR%%/toolbox/graph/loglog.m %%DATADIR%%/toolbox/graph/newplot.m +%%DATADIR%%/toolbox/graph/pcolor.m %%DATADIR%%/toolbox/graph/plot.m %%DATADIR%%/toolbox/graph/plot3.m %%DATADIR%%/toolbox/graph/point.m +%%DATADIR%%/toolbox/graph/private/colorset.m +%%DATADIR%%/toolbox/graph/private/completeprops.m +%%DATADIR%%/toolbox/graph/private/islinespec.m +%%DATADIR%%/toolbox/graph/private/markerset.m +%%DATADIR%%/toolbox/graph/private/matchit.m +%%DATADIR%%/toolbox/graph/private/parseit.m +%%DATADIR%%/toolbox/graph/private/stcmp.m +%%DATADIR%%/toolbox/graph/private/styleset.m %%DATADIR%%/toolbox/graph/semilogx.m %%DATADIR%%/toolbox/graph/semilogy.m %%DATADIR%%/toolbox/graph/sizefig.m @@ -1892,6 +1399,7 @@ bin/FreeMat %%DATADIR%%/toolbox/graph/zlabel.m %%DATADIR%%/toolbox/graph/zlim.m %%DATADIR%%/toolbox/graph/zoom.m +%%DATADIR%%/toolbox/graph/zplane.m %%DATADIR%%/toolbox/help/@bbtestwriter/bbtestwriter.m %%DATADIR%%/toolbox/help/@bbtestwriter/begingroup.m %%DATADIR%%/toolbox/help/@bbtestwriter/beginmodule.m @@ -1986,6 +1494,9 @@ bin/FreeMat %%DATADIR%%/toolbox/io/csvwrite.m %%DATADIR%%/toolbox/io/input.m %%DATADIR%%/toolbox/io/rawread.m +%%DATADIR%%/toolbox/io/rawwrite.m +%%DATADIR%%/toolbox/io/wavread.m +%%DATADIR%%/toolbox/io/wavwrite.m %%DATADIR%%/toolbox/matrix/cond.m %%DATADIR%%/toolbox/matrix/det.m %%DATADIR%%/toolbox/matrix/expm.m @@ -1993,6 +1504,7 @@ bin/FreeMat %%DATADIR%%/toolbox/matrix/norm.m %%DATADIR%%/toolbox/matrix/pinv.m %%DATADIR%%/toolbox/matrix/rank.m +%%DATADIR%%/toolbox/matrix/rref.m %%DATADIR%%/toolbox/matrix/transpose.m %%DATADIR%%/toolbox/mpi/mpirun.m %%DATADIR%%/toolbox/mpi/mpiserver.m @@ -2005,12 +1517,16 @@ bin/FreeMat %%DATADIR%%/toolbox/numerical/sqrt.m %%DATADIR%%/toolbox/numerical/teps.m %%DATADIR%%/toolbox/os/mkdir.m +%%DATADIR%%/toolbox/poly/poly.m +%%DATADIR%%/toolbox/poly/polyder.m %%DATADIR%%/toolbox/poly/polyfit.m +%%DATADIR%%/toolbox/poly/polyint.m %%DATADIR%%/toolbox/poly/polyval.m %%DATADIR%%/toolbox/poly/roots.m %%DATADIR%%/toolbox/signal/conv.m %%DATADIR%%/toolbox/signal/fftn.m %%DATADIR%%/toolbox/signal/fftshift.m +%%DATADIR%%/toolbox/signal/hilbert.m %%DATADIR%%/toolbox/signal/ifftn.m %%DATADIR%%/toolbox/signal/ifftshift.m %%DATADIR%%/toolbox/sparse/speye.m @@ -2023,6 +1539,7 @@ bin/FreeMat %%DATADIR%%/toolbox/string/lower.m %%DATADIR%%/toolbox/string/regexprep.m %%DATADIR%%/toolbox/string/strcmp.m +%%DATADIR%%/toolbox/string/strcmpi.m %%DATADIR%%/toolbox/string/strfind.m %%DATADIR%%/toolbox/string/strncmp.m %%DATADIR%%/toolbox/string/strrep.m @@ -2046,6 +1563,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_all.m %%DATADIR%%/toolbox/test/bbtest_and.m %%DATADIR%%/toolbox/test/bbtest_angle.m +%%DATADIR%%/toolbox/test/bbtest_anonymous.m %%DATADIR%%/toolbox/test/bbtest_any.m %%DATADIR%%/toolbox/test/bbtest_asec.m %%DATADIR%%/toolbox/test/bbtest_asecd.m @@ -2078,6 +1596,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_char.m %%DATADIR%%/toolbox/test/bbtest_circshift.m %%DATADIR%%/toolbox/test/bbtest_cla.m +%%DATADIR%%/toolbox/test/bbtest_clabel.m %%DATADIR%%/toolbox/test/bbtest_class.m %%DATADIR%%/toolbox/test/bbtest_clc.m %%DATADIR%%/toolbox/test/bbtest_clear.m @@ -2097,6 +1616,8 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_conj.m %%DATADIR%%/toolbox/test/bbtest_constructors.m %%DATADIR%%/toolbox/test/bbtest_continue.m +%%DATADIR%%/toolbox/test/bbtest_contour.m +%%DATADIR%%/toolbox/test/bbtest_contour3.m %%DATADIR%%/toolbox/test/bbtest_conv.m %%DATADIR%%/toolbox/test/bbtest_conv2.m %%DATADIR%%/toolbox/test/bbtest_copper.m @@ -2108,6 +1629,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_cot.m %%DATADIR%%/toolbox/test/bbtest_cotd.m %%DATADIR%%/toolbox/test/bbtest_coth.m +%%DATADIR%%/toolbox/test/bbtest_countour.m %%DATADIR%%/toolbox/test/bbtest_cross.m %%DATADIR%%/toolbox/test/bbtest_csc.m %%DATADIR%%/toolbox/test/bbtest_cscd.m @@ -2127,6 +1649,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_deal.m %%DATADIR%%/toolbox/test/bbtest_deblank.m %%DATADIR%%/toolbox/test/bbtest_dec2bin.m +%%DATADIR%%/toolbox/test/bbtest_dec2hex.m %%DATADIR%%/toolbox/test/bbtest_deg2rad.m %%DATADIR%%/toolbox/test/bbtest_delete.m %%DATADIR%%/toolbox/test/bbtest_det.m @@ -2135,6 +1658,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_dir.m %%DATADIR%%/toolbox/test/bbtest_dirsep.m %%DATADIR%%/toolbox/test/bbtest_disp.m +%%DATADIR%%/toolbox/test/bbtest_dlmread.m %%DATADIR%%/toolbox/test/bbtest_docli.m %%DATADIR%%/toolbox/test/bbtest_dot.m %%DATADIR%%/toolbox/test/bbtest_dotleftdivide.m @@ -2176,6 +1700,8 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_fftshift.m %%DATADIR%%/toolbox/test/bbtest_fgetline.m %%DATADIR%%/toolbox/test/bbtest_fieldnames.m +%%DATADIR%%/toolbox/test/bbtest_figlower.m +%%DATADIR%%/toolbox/test/bbtest_figraise.m %%DATADIR%%/toolbox/test/bbtest_figure.m %%DATADIR%%/toolbox/test/bbtest_figureproperties.m %%DATADIR%%/toolbox/test/bbtest_fileparts.m @@ -2190,6 +1716,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_floor.m %%DATADIR%%/toolbox/test/bbtest_fopen.m %%DATADIR%%/toolbox/test/bbtest_for.m +%%DATADIR%%/toolbox/test/bbtest_format.m %%DATADIR%%/toolbox/test/bbtest_fprintf.m %%DATADIR%%/toolbox/test/bbtest_fread.m %%DATADIR%%/toolbox/test/bbtest_fscanf.m @@ -2214,9 +1741,12 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_gray.m %%DATADIR%%/toolbox/test/bbtest_grid.m %%DATADIR%%/toolbox/test/bbtest_gt.m +%%DATADIR%%/toolbox/test/bbtest_hcontour.m %%DATADIR%%/toolbox/test/bbtest_help.m %%DATADIR%%/toolbox/test/bbtest_helpwin.m %%DATADIR%%/toolbox/test/bbtest_hermitian.m +%%DATADIR%%/toolbox/test/bbtest_hex2dec.m +%%DATADIR%%/toolbox/test/bbtest_hilbert.m %%DATADIR%%/toolbox/test/bbtest_himage.m %%DATADIR%%/toolbox/test/bbtest_hline.m %%DATADIR%%/toolbox/test/bbtest_hold.m @@ -2234,6 +1764,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_image.m %%DATADIR%%/toolbox/test/bbtest_imageproperties.m %%DATADIR%%/toolbox/test/bbtest_import.m +%%DATADIR%%/toolbox/test/bbtest_imread.m %%DATADIR%%/toolbox/test/bbtest_indexing.m %%DATADIR%%/toolbox/test/bbtest_inf.m %%DATADIR%%/toolbox/test/bbtest_inline.m @@ -2256,9 +1787,11 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_isdigit.m %%DATADIR%%/toolbox/test/bbtest_isempty.m %%DATADIR%%/toolbox/test/bbtest_isfield.m +%%DATADIR%%/toolbox/test/bbtest_isfloat.m %%DATADIR%%/toolbox/test/bbtest_ishandle.m %%DATADIR%%/toolbox/test/bbtest_ishold.m %%DATADIR%%/toolbox/test/bbtest_isinf.m +%%DATADIR%%/toolbox/test/bbtest_isinteger.m %%DATADIR%%/toolbox/test/bbtest_isinttype.m %%DATADIR%%/toolbox/test/bbtest_islogical.m %%DATADIR%%/toolbox/test/bbtest_isnan.m @@ -2291,6 +1824,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_logical.m %%DATADIR%%/toolbox/test/bbtest_logicalops.m %%DATADIR%%/toolbox/test/bbtest_loglog.m +%%DATADIR%%/toolbox/test/bbtest_logspace.m %%DATADIR%%/toolbox/test/bbtest_lower.m %%DATADIR%%/toolbox/test/bbtest_ls.m %%DATADIR%%/toolbox/test/bbtest_lt.m @@ -2298,6 +1832,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_matrix.m %%DATADIR%%/toolbox/test/bbtest_max.m %%DATADIR%%/toolbox/test/bbtest_mean.m +%%DATADIR%%/toolbox/test/bbtest_meshgrid.m %%DATADIR%%/toolbox/test/bbtest_mfilename.m %%DATADIR%%/toolbox/test/bbtest_min.m %%DATADIR%%/toolbox/test/bbtest_minus.m @@ -2320,6 +1855,8 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_nonzeros.m %%DATADIR%%/toolbox/test/bbtest_norm.m %%DATADIR%%/toolbox/test/bbtest_not.m +%%DATADIR%%/toolbox/test/bbtest_num2hex.m +%%DATADIR%%/toolbox/test/bbtest_num2str.m %%DATADIR%%/toolbox/test/bbtest_numel.m %%DATADIR%%/toolbox/test/bbtest_ones.m %%DATADIR%%/toolbox/test/bbtest_or.m @@ -2328,6 +1865,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_pathtool.m %%DATADIR%%/toolbox/test/bbtest_pause.m %%DATADIR%%/toolbox/test/bbtest_pcode.m +%%DATADIR%%/toolbox/test/bbtest_pcolor.m %%DATADIR%%/toolbox/test/bbtest_permute.m %%DATADIR%%/toolbox/test/bbtest_persistent.m %%DATADIR%%/toolbox/test/bbtest_pi.m @@ -2336,7 +1874,10 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_plot3.m %%DATADIR%%/toolbox/test/bbtest_plus.m %%DATADIR%%/toolbox/test/bbtest_point.m +%%DATADIR%%/toolbox/test/bbtest_poly.m +%%DATADIR%%/toolbox/test/bbtest_polyder.m %%DATADIR%%/toolbox/test/bbtest_polyfit.m +%%DATADIR%%/toolbox/test/bbtest_polyint.m %%DATADIR%%/toolbox/test/bbtest_polyval.m %%DATADIR%%/toolbox/test/bbtest_power.m %%DATADIR%%/toolbox/test/bbtest_print.m @@ -2346,6 +1887,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_pvalid.m %%DATADIR%%/toolbox/test/bbtest_pwd.m %%DATADIR%%/toolbox/test/bbtest_qr.m +%%DATADIR%%/toolbox/test/bbtest_quiet.m %%DATADIR%%/toolbox/test/bbtest_quit.m %%DATADIR%%/toolbox/test/bbtest_rad2deg.m %%DATADIR%%/toolbox/test/bbtest_rand.m @@ -2364,6 +1906,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_randp.m %%DATADIR%%/toolbox/test/bbtest_rank.m %%DATADIR%%/toolbox/test/bbtest_rawread.m +%%DATADIR%%/toolbox/test/bbtest_rawwrite.m %%DATADIR%%/toolbox/test/bbtest_rcond.m %%DATADIR%%/toolbox/test/bbtest_rdivide.m %%DATADIR%%/toolbox/test/bbtest_real.m @@ -2381,6 +1924,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_rmdir.m %%DATADIR%%/toolbox/test/bbtest_roots.m %%DATADIR%%/toolbox/test/bbtest_round.m +%%DATADIR%%/toolbox/test/bbtest_rref.m %%DATADIR%%/toolbox/test/bbtest_save.m %%DATADIR%%/toolbox/test/bbtest_script.m %%DATADIR%%/toolbox/test/bbtest_sec.m @@ -2418,6 +1962,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_std.m %%DATADIR%%/toolbox/test/bbtest_str2num.m %%DATADIR%%/toolbox/test/bbtest_strcmp.m +%%DATADIR%%/toolbox/test/bbtest_strcmpi.m %%DATADIR%%/toolbox/test/bbtest_strfind.m %%DATADIR%%/toolbox/test/bbtest_string.m %%DATADIR%%/toolbox/test/bbtest_strncmp.m @@ -2477,10 +2022,15 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_varargin.m %%DATADIR%%/toolbox/test/bbtest_varargout.m %%DATADIR%%/toolbox/test/bbtest_vec.m +%%DATADIR%%/toolbox/test/bbtest_version.m %%DATADIR%%/toolbox/test/bbtest_verstring.m %%DATADIR%%/toolbox/test/bbtest_vertcat.m %%DATADIR%%/toolbox/test/bbtest_view.m %%DATADIR%%/toolbox/test/bbtest_warning.m +%%DATADIR%%/toolbox/test/bbtest_wavplay.m +%%DATADIR%%/toolbox/test/bbtest_wavread.m +%%DATADIR%%/toolbox/test/bbtest_wavrecord.m +%%DATADIR%%/toolbox/test/bbtest_wavwrite.m %%DATADIR%%/toolbox/test/bbtest_where.m %%DATADIR%%/toolbox/test/bbtest_which.m %%DATADIR%%/toolbox/test/bbtest_while.m @@ -2496,6 +2046,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_zlabel.m %%DATADIR%%/toolbox/test/bbtest_zlim.m %%DATADIR%%/toolbox/test/bbtest_zoom.m +%%DATADIR%%/toolbox/test/bbtest_zplane.m %%DATADIR%%/toolbox/test/break_ex.m %%DATADIR%%/toolbox/test/chain1.m %%DATADIR%%/toolbox/test/chain2.m @@ -2562,6 +2113,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_eig3.m %%DATADIR%%/toolbox/test/test_eig4.m %%DATADIR%%/toolbox/test/test_eig5.m +%%DATADIR%%/toolbox/test/test_eig6.m %%DATADIR%%/toolbox/test/test_empty.m %%DATADIR%%/toolbox/test/test_exist1.m %%DATADIR%%/toolbox/test/test_exist2.m @@ -2896,6 +2448,8 @@ bin/FreeMat %%DATADIR%%/toolbox/test/wbtest_cumprod_2.m %%DATADIR%%/toolbox/test/wbtest_deblank_1.m %%DATADIR%%/toolbox/test/wbtest_deblank_2.m +%%DATADIR%%/toolbox/test/wbtest_dec2hex_1.m +%%DATADIR%%/toolbox/test/wbtest_dec2hex_2.m %%DATADIR%%/toolbox/test/wbtest_deg2rad_1.m %%DATADIR%%/toolbox/test/wbtest_dot_1.m %%DATADIR%%/toolbox/test/wbtest_dot_2.m @@ -2929,8 +2483,15 @@ bin/FreeMat %%DATADIR%%/toolbox/test/wbtest_lower_1.m %%DATADIR%%/toolbox/test/wbtest_lower_2.m %%DATADIR%%/toolbox/test/wbtest_lower_3.m +%%DATADIR%%/toolbox/test/wbtest_norm_1.m +%%DATADIR%%/toolbox/test/wbtest_norm_2.m +%%DATADIR%%/toolbox/test/wbtest_num2hex_1.m +%%DATADIR%%/toolbox/test/wbtest_num2hex_2.m %%DATADIR%%/toolbox/test/wbtest_permute_1.m %%DATADIR%%/toolbox/test/wbtest_permute_2.m +%%DATADIR%%/toolbox/test/wbtest_plus_1.m +%%DATADIR%%/toolbox/test/wbtest_polyder_1.m +%%DATADIR%%/toolbox/test/wbtest_polyder_2.m %%DATADIR%%/toolbox/test/wbtest_prod_1.m %%DATADIR%%/toolbox/test/wbtest_rad2deg_1.m %%DATADIR%%/toolbox/test/wbtest_rad2deg_2.m @@ -2956,6 +2517,11 @@ bin/FreeMat %%DATADIR%%/toolbox/test/wbtest_strcmp_3.m %%DATADIR%%/toolbox/test/wbtest_strcmp_4.m %%DATADIR%%/toolbox/test/wbtest_strcmp_5.m +%%DATADIR%%/toolbox/test/wbtest_strcmpi_1.m +%%DATADIR%%/toolbox/test/wbtest_strcmpi_2.m +%%DATADIR%%/toolbox/test/wbtest_strcmpi_3.m +%%DATADIR%%/toolbox/test/wbtest_strcmpi_4.m +%%DATADIR%%/toolbox/test/wbtest_strcmpi_5.m %%DATADIR%%/toolbox/test/wbtest_strfind_1.m %%DATADIR%%/toolbox/test/wbtest_strfind_2.m %%DATADIR%%/toolbox/test/wbtest_strncmp_1.m @@ -3055,6 +2621,7 @@ bin/FreeMat @dirrm %%DATADIR%%/toolbox/help/@groupwriter @dirrm %%DATADIR%%/toolbox/help/@bbtestwriter @dirrm %%DATADIR%%/toolbox/help +@dirrm %%DATADIR%%/toolbox/graph/private @dirrm %%DATADIR%%/toolbox/graph @dirrm %%DATADIR%%/toolbox/geom @dirrm %%DATADIR%%/toolbox/general |