diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-09 01:07:44 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-09 01:07:44 +0000 |
commit | f981519dfa39a92e1e9fd04e73baf65a670dc3b4 (patch) | |
tree | 3d113bf5016f08ecba15be50de2adfa0c6b322fd /math | |
parent | 97e832746ee69404f2a8423c6dfb75cf26abfca4 (diff) | |
download | ports-f981519dfa39a92e1e9fd04e73baf65a670dc3b4.tar.gz ports-f981519dfa39a92e1e9fd04e73baf65a670dc3b4.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 20 | ||||
-rw-r--r-- | math/freemat/distinfo | 6 | ||||
-rw-r--r-- | math/freemat/files/patch-CMakeLists.txt | 20 | ||||
-rw-r--r-- | math/freemat/files/patch-configure | 11 | ||||
-rw-r--r-- | math/freemat/files/patch-libs__libFN__CMakeLists.txt | 15 | ||||
-rw-r--r-- | math/freemat/files/patch-libs__libFN__FNFun.cpp | 17 | ||||
-rw-r--r-- | math/freemat/files/patch-libs__libFN__fdlibm.h | 17 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libCore_MatIO.hpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFN_FNFun.cpp | 18 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_Array.cpp | 11 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_IEEEFP.cpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_Malloc.cpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_Scanner.cpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_Scope.hpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libFreeMat_Token.cpp | 10 | ||||
-rw-r--r-- | math/freemat/files/patch-libs_libGraphics_HandleAxis.cpp | 13 | ||||
-rw-r--r-- | math/freemat/pkg-plist | 1390 |
17 files changed, 1298 insertions, 300 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index d87a3b2f07e8..777f88377197 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -6,21 +6,24 @@ # PORTNAME= FreeMat -PORTVERSION= 3.6 -PORTREVISION= 6 +PORTVERSION= 4.0 +DISTVERSIONSUFFIX= -Source CATEGORIES= math science MASTER_SITES= SF +MASTER_SITE_SUBDIR= freemat/FreeMat4 .ifdef WITH_MPI PKGNAMESUFFIX= -mpi .endif -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glarkin@FreeBSD.org COMMENT= An environment for rapid engineering and scientific processing LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ pcre.0:${PORTSDIR}/devel/pcre BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.1${DISTVERSIONSUFFIX} + .ifdef WITH_MPI IGNORE= no MPI support at the moment .endif @@ -30,13 +33,10 @@ FFLAGS+= -O2 USE_GL= yes USE_QT_VER= 4 -USE_GCC= 4.3+ -USE_GMAKE= yes -QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-blas="${BLAS}" --without-llvm +USE_CMAKE= yes +QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build \ + qmake_build xml svg CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include ${AMDINC} -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SLAVEDIRS= math/freemat-mpi @@ -94,7 +94,7 @@ pre-everything:: .endif pre-configure: - ${REINPLACE_CMD} -e 's| == x| = x|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + ${RM} ${WRKSRC}/CMakeCache.txt post-configure: # Avoid conflict with QT3 diff --git a/math/freemat/distinfo b/math/freemat/distinfo index b3666ed60c8d..efdeb9d5acb6 100644 --- a/math/freemat/distinfo +++ b/math/freemat/distinfo @@ -1,3 +1,3 @@ -MD5 (FreeMat-3.6.tar.gz) = 85df162d519014c92197f334e9c3eeeb -SHA256 (FreeMat-3.6.tar.gz) = 2cbc8b4435add159df11b734fd2736029b80f6c9712e53e5aa156eac1aac5951 -SIZE (FreeMat-3.6.tar.gz) = 7843736 +MD5 (FreeMat-4.0-Source.tar.gz) = adb58b9f2c508d9ae5b6041da2f75baf +SHA256 (FreeMat-4.0-Source.tar.gz) = 6df1707c1f9e08b34e15eca8fa58bf3cf0ec8c121f64f58ca1d34a6eafd1066b +SIZE (FreeMat-4.0-Source.tar.gz) = 38038903 diff --git a/math/freemat/files/patch-CMakeLists.txt b/math/freemat/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..def3f6b672a3 --- /dev/null +++ b/math/freemat/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- ./CMakeLists.txt.orig 2009-11-13 18:28:43.000000000 -0500 ++++ ./CMakeLists.txt 2009-11-13 19:28:04.000000000 -0500 +@@ -217,7 +217,7 @@ + INCLUDE_DIRECTORIES(${PORTAUDIO_SYS_INCLUDE_DIR})
+ SET (PORTAUDIO_LIBRARY ${PORTAUDIO_SYS_LIBRARY})
+ ENDIF (FORCE_BUNDLED_PORTAUDIO OR NOT SYSTEM_PORTAUDIO_AVAILABLE)
+-ADD_DEFINITIONS( -DHAVE_PORTAUDIO19)
++ADD_DEFINITIONS( -DHAVE_PORTAUDIO18)
+ SET(OPTIONAL_LIBS ${OPTIONAL_LIBS} ${PORTAUDIO_LIBRARY})
+ IF (APPLE)
+ FIND_LIBRARY(COREAUDIO_LIBRARY CoreAudio)
+@@ -245,7 +245,7 @@ + ######################################################################
+ # LLVM Support
+ ######################################################################
+-OPTION(USE_LLVM "Build with LLVM support?" ON)
++OPTION(USE_LLVM "Build with LLVM support?" OFF)
+
+ IF( USE_LLVM )
+ set(LLVM_FOUND FALSE)
diff --git a/math/freemat/files/patch-configure b/math/freemat/files/patch-configure deleted file mode 100644 index 8cda9f919fab..000000000000 --- a/math/freemat/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Mar 26 00:30:19 2007 -+++ configure Sun Apr 15 23:57:15 2007 -@@ -5442,7 +5442,7 @@ - fi - fi - is_win32="false" -- platform="--linux" -+ platform="--freebsd" - - # Check whether --with-ncurses or --without-ncurses was given. - if test "${with_ncurses+set}" = set; then diff --git a/math/freemat/files/patch-libs__libFN__CMakeLists.txt b/math/freemat/files/patch-libs__libFN__CMakeLists.txt new file mode 100644 index 000000000000..85fdf248f44f --- /dev/null +++ b/math/freemat/files/patch-libs__libFN__CMakeLists.txt @@ -0,0 +1,15 @@ +--- ./libs/libFN/CMakeLists.txt.orig 2009-11-13 20:28:30.000000000 -0500 ++++ ./libs/libFN/CMakeLists.txt 2009-11-13 22:38:43.000000000 -0500 +@@ -13,6 +13,12 @@ + mathfunc4.cpp
+ )
+ ENDIF( MSVC )
++ ++IF (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") ++ SET(LIBM_FILES ++ mathfunc4.cpp ++ ) ++ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") +
+ ADD_LIBRARY( FN
+ FNFun.cpp
diff --git a/math/freemat/files/patch-libs__libFN__FNFun.cpp b/math/freemat/files/patch-libs__libFN__FNFun.cpp new file mode 100644 index 000000000000..6e8498d5f61b --- /dev/null +++ b/math/freemat/files/patch-libs__libFN__FNFun.cpp @@ -0,0 +1,17 @@ +--- ./libs/libFN/FNFun.cpp.orig 2009-11-14 18:51:06.000000000 -0500 ++++ ./libs/libFN/FNFun.cpp 2009-11-14 20:26:43.000000000 -0500 +@@ -35,6 +35,14 @@ + double trunc( double x ); + float truncf( float x ); + #endif ++#if defined(__FreeBSD__) ++#ifdef __cplusplus ++extern "C" { ++ float lgammaf(float x); ++ float tgammaf(float x); ++} ++#endif ++#endif + + //! + //@Module ERFC Complimentary Error Function diff --git a/math/freemat/files/patch-libs__libFN__fdlibm.h b/math/freemat/files/patch-libs__libFN__fdlibm.h new file mode 100644 index 000000000000..b593321edd78 --- /dev/null +++ b/math/freemat/files/patch-libs__libFN__fdlibm.h @@ -0,0 +1,17 @@ +--- ./libs/libFN/fdlibm.h.orig 2009-11-14 19:26:54.000000000 -0500 ++++ ./libs/libFN/fdlibm.h 2009-11-14 19:27:53.000000000 -0500 +@@ -11,13 +11,11 @@ + */
+
+ /* REDHAT LOCAL: Include files. */
++#include <stdarg.h> + #include <math.h>
+ //#include <sys/types.h>
+ //#include <machine/ieeefp.h>
+
+-typedef __int32 __int32_t;
+-typedef unsigned __int32 __uint32_t;
+-
+ #define __IEEE_LITTLE_ENDIAN
+
+ /* REDHAT LOCAL: Default to XOPEN_MODE. */
diff --git a/math/freemat/files/patch-libs_libCore_MatIO.hpp b/math/freemat/files/patch-libs_libCore_MatIO.hpp deleted file mode 100644 index c16283c7e2cb..000000000000 --- a/math/freemat/files/patch-libs_libCore_MatIO.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libCore/MatIO.hpp.orig 2009-10-08 10:01:46.000000000 +0700 -+++ libs/libCore/MatIO.hpp 2009-10-08 10:20:30.000000000 +0700 -@@ -4,6 +4,7 @@ - #include "Array.hpp" - #include <string> - #include <zlib.h> -+#include <stdio.h> - - using namespace std; - diff --git a/math/freemat/files/patch-libs_libFN_FNFun.cpp b/math/freemat/files/patch-libs_libFN_FNFun.cpp deleted file mode 100644 index 9cabe75429a5..000000000000 --- a/math/freemat/files/patch-libs_libFN_FNFun.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- ./libs/libFN/FNFun.cpp.orig 2008-03-14 16:43:05.000000000 +0100 -+++ ./libs/libFN/FNFun.cpp 2008-03-18 22:05:39.000000000 +0100 -@@ -23,6 +23,15 @@ - #include "Malloc.hpp" - #include <math.h> - -+#if defined(__FreeBSD__) && __FreeBSD_version < 800022 -+float -+tgammaf(float x) -+{ -+ -+ return (tgamma(x)); -+} -+#endif -+ - //! - //@Module ERFC Complimentary Error Function - //@@Section MATHFUNCTIONS diff --git a/math/freemat/files/patch-libs_libFreeMat_Array.cpp b/math/freemat/files/patch-libs_libFreeMat_Array.cpp deleted file mode 100644 index 646d2666d355..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_Array.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/libFreeMat/Array.cpp.orig 2009-10-08 09:37:54.000000000 +0700 -+++ libs/libFreeMat/Array.cpp 2009-10-08 09:38:20.000000000 +0700 -@@ -27,6 +27,8 @@ - #include <math.h> - #include <stdio.h> - #include <set> -+#include <algorithm> -+#include <functional> - - #include "FunctionDef.hpp" - #include "NumericArray.hpp" diff --git a/math/freemat/files/patch-libs_libFreeMat_IEEEFP.cpp b/math/freemat/files/patch-libs_libFreeMat_IEEEFP.cpp deleted file mode 100644 index 124c091ebec1..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_IEEEFP.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libFreeMat/IEEEFP.cpp.orig 2009-10-08 09:42:00.000000000 +0700 -+++ libs/libFreeMat/IEEEFP.cpp 2009-10-08 09:43:46.000000000 +0700 -@@ -17,6 +17,7 @@ - * - */ - #include "IEEEFP.hpp" -+#include <stdio.h> - - static bool endianDetected = false; - static bool bigEndian = false; diff --git a/math/freemat/files/patch-libs_libFreeMat_Malloc.cpp b/math/freemat/files/patch-libs_libFreeMat_Malloc.cpp deleted file mode 100644 index 4f0b098d2a8c..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_Malloc.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libFreeMat/Malloc.cpp.orig 2009-10-08 09:45:59.000000000 +0700 -+++ libs/libFreeMat/Malloc.cpp 2009-10-08 09:47:56.000000000 +0700 -@@ -21,6 +21,7 @@ - #include "Exception.hpp" - #include <stdlib.h> - #include <stdio.h> -+#include <cstring> - - - void* Malloc(int count) { diff --git a/math/freemat/files/patch-libs_libFreeMat_Scanner.cpp b/math/freemat/files/patch-libs_libFreeMat_Scanner.cpp deleted file mode 100644 index 6fb554ad4b13..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_Scanner.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libFreeMat/Scanner.cpp.orig 2009-10-08 09:51:15.000000000 +0700 -+++ libs/libFreeMat/Scanner.cpp 2009-10-08 09:51:25.000000000 +0700 -@@ -4,6 +4,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include "Exception.hpp" -+#include <algorithm> - - extern string fm_reserved[]; - extern int fm_reserved_count; diff --git a/math/freemat/files/patch-libs_libFreeMat_Scope.hpp b/math/freemat/files/patch-libs_libFreeMat_Scope.hpp deleted file mode 100644 index 53e2a1019211..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_Scope.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libFreeMat/Scope.hpp.orig 2009-10-08 09:40:36.000000000 +0700 -+++ libs/libFreeMat/Scope.hpp 2009-10-08 09:40:55.000000000 +0700 -@@ -25,6 +25,7 @@ - */ - #include <string> - #include <QMutex> -+#include <algorithm> - - #include "Array.hpp" - #include "SymbolTable.hpp" diff --git a/math/freemat/files/patch-libs_libFreeMat_Token.cpp b/math/freemat/files/patch-libs_libFreeMat_Token.cpp deleted file mode 100644 index ccde44cf1aeb..000000000000 --- a/math/freemat/files/patch-libs_libFreeMat_Token.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libs/libFreeMat/Token.cpp.orig 2009-10-08 09:49:12.000000000 +0700 -+++ libs/libFreeMat/Token.cpp 2009-10-08 09:50:12.000000000 +0700 -@@ -2,6 +2,7 @@ - #include "Serialize.hpp" - #include <iostream> - #include <errno.h> -+#include <climits> - - // These must appear as sequential token numbers - string fm_reserved[22] = { diff --git a/math/freemat/files/patch-libs_libGraphics_HandleAxis.cpp b/math/freemat/files/patch-libs_libGraphics_HandleAxis.cpp deleted file mode 100644 index 979b6fc07442..000000000000 --- a/math/freemat/files/patch-libs_libGraphics_HandleAxis.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./libs/libGraphics/HandleAxis.cpp.orig Thu Dec 28 15:02:22 2006 -+++ ./libs/libGraphics/HandleAxis.cpp Sat Feb 10 00:07:46 2007 -@@ -28,6 +28,10 @@ - #include "HandleCommands.hpp" - #include <qgl.h> - -+#ifdef __FreeBSD__ -+#define log2(x) log(x)/log(2) -+#endif -+ - // Property list & status - // activepositionproperty - // alim diff --git a/math/freemat/pkg-plist b/math/freemat/pkg-plist index b0d73f1ba079..9f635bb91032 100644 --- a/math/freemat/pkg-plist +++ b/math/freemat/pkg-plist @@ -1,4 +1,5 @@ bin/FreeMat +bin/blas.ini %%DATADIR%%/help/html/acos_eqn1.png %%DATADIR%%/help/html/acos_eqn2.png %%DATADIR%%/help/html/acosh_eqn1.png @@ -34,6 +35,7 @@ bin/FreeMat %%DATADIR%%/help/html/array_linspace.html %%DATADIR%%/help/html/array_logspace.html %%DATADIR%%/help/html/array_meshgrid.html +%%DATADIR%%/help/html/array_nan.html %%DATADIR%%/help/html/array_ndgrid.html %%DATADIR%%/help/html/array_nonzeros.html %%DATADIR%%/help/html/array_norm.html @@ -45,7 +47,6 @@ bin/FreeMat %%DATADIR%%/help/html/array_rcond.html %%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 @@ -75,13 +76,13 @@ bin/FreeMat %%DATADIR%%/help/html/betapdf.png %%DATADIR%%/help/html/binary_bitand.html %%DATADIR%%/help/html/binary_bitcmp.html -%%DATADIR%%/help/html/binary_bitcmp_cpp.html %%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_cat.html %%DATADIR%%/help/html/class_class.html %%DATADIR%%/help/html/class_colon.html %%DATADIR%%/help/html/class_constructors.html @@ -137,7 +138,6 @@ bin/FreeMat %%DATADIR%%/help/html/constants_feps.html %%DATADIR%%/help/html/constants_i.html %%DATADIR%%/help/html/constants_inf.html -%%DATADIR%%/help/html/constants_nan.html %%DATADIR%%/help/html/constants_pi.html %%DATADIR%%/help/html/constants_teps.html %%DATADIR%%/help/html/constants_true.html @@ -151,6 +151,7 @@ bin/FreeMat %%DATADIR%%/help/html/cos_eqn1.png %%DATADIR%%/help/html/cos_eqn2.png %%DATADIR%%/help/html/cosh_eqn1.png +%%DATADIR%%/help/html/cosh_eqn2.png %%DATADIR%%/help/html/coshplot.png %%DATADIR%%/help/html/cosplot.png %%DATADIR%%/help/html/cot_eqn1.png @@ -175,9 +176,12 @@ bin/FreeMat %%DATADIR%%/help/html/curvefit_roots.html %%DATADIR%%/help/html/debug_dbauto.html %%DATADIR%%/help/html/debug_dbdelete.html +%%DATADIR%%/help/html/debug_dbdown.html %%DATADIR%%/help/html/debug_dblist.html %%DATADIR%%/help/html/debug_dbstep.html %%DATADIR%%/help/html/debug_dbstop.html +%%DATADIR%%/help/html/debug_dbup.html +%%DATADIR%%/help/html/debug_fdump.html %%DATADIR%%/help/html/det_eqn1.png %%DATADIR%%/help/html/det_eqn2.png %%DATADIR%%/help/html/dotleftdivide_eqn1.png @@ -207,6 +211,7 @@ bin/FreeMat %%DATADIR%%/help/html/elementary_cumsum.html %%DATADIR%%/help/html/elementary_deal.html %%DATADIR%%/help/html/elementary_dec2hex.html +%%DATADIR%%/help/html/elementary_diff.html %%DATADIR%%/help/html/elementary_dot.html %%DATADIR%%/help/html/elementary_floor.html %%DATADIR%%/help/html/elementary_getfield.html @@ -270,6 +275,7 @@ bin/FreeMat %%DATADIR%%/help/html/flow_while.html %%DATADIR%%/help/html/freemat_addpath.html %%DATADIR%%/help/html/freemat_assignin.html +%%DATADIR%%/help/html/freemat_blaslib.html %%DATADIR%%/help/html/freemat_builtin.html %%DATADIR%%/help/html/freemat_clc.html %%DATADIR%%/help/html/freemat_clock.html @@ -299,13 +305,14 @@ bin/FreeMat %%DATADIR%%/help/html/freemat_quit.html %%DATADIR%%/help/html/freemat_rehash.html %%DATADIR%%/help/html/freemat_rescan.html +%%DATADIR%%/help/html/freemat_rootpath.html %%DATADIR%%/help/html/freemat_simkeys.html %%DATADIR%%/help/html/freemat_sleep.html %%DATADIR%%/help/html/freemat_source.html %%DATADIR%%/help/html/freemat_startup.html %%DATADIR%%/help/html/freemat_tic.html %%DATADIR%%/help/html/freemat_toc.html -%%DATADIR%%/help/html/freemat_typerules.html +%%DATADIR%%/help/html/freemat_type.html %%DATADIR%%/help/html/freemat_version.html %%DATADIR%%/help/html/freemat_verstring.html %%DATADIR%%/help/html/function_inline.html @@ -324,6 +331,11 @@ bin/FreeMat %%DATADIR%%/help/html/gamma_eqn2.png %%DATADIR%%/help/html/gammaln1.png %%DATADIR%%/help/html/gausfit1.png +%%DATADIR%%/help/html/glwin_glassembly.html +%%DATADIR%%/help/html/glwin_glclump.html +%%DATADIR%%/help/html/glwin_gldefmaterial.html +%%DATADIR%%/help/html/glwin_gllines.html +%%DATADIR%%/help/html/glwin_glnode.html %%DATADIR%%/help/html/gray1.png %%DATADIR%%/help/html/grid1.png %%DATADIR%%/help/html/grid2.png @@ -351,15 +363,20 @@ bin/FreeMat %%DATADIR%%/help/html/handle_gca.html %%DATADIR%%/help/html/handle_gcf.html %%DATADIR%%/help/html/handle_get.html +%%DATADIR%%/help/html/handle_glshow.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_hist.html %%DATADIR%%/help/html/handle_hline.html %%DATADIR%%/help/html/handle_hold.html +%%DATADIR%%/help/html/handle_hpatch.html %%DATADIR%%/help/html/handle_hpoint.html +%%DATADIR%%/help/html/handle_hrawplot.html %%DATADIR%%/help/html/handle_hsurface.html %%DATADIR%%/help/html/handle_htext.html +%%DATADIR%%/help/html/handle_htextbitmap.html %%DATADIR%%/help/html/handle_image.html %%DATADIR%%/help/html/handle_imageproperties.html %%DATADIR%%/help/html/handle_imagesc.html @@ -370,6 +387,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_patch.html %%DATADIR%%/help/html/handle_pcolor.html %%DATADIR%%/help/html/handle_plot.html %%DATADIR%%/help/html/handle_plot3.html @@ -407,6 +425,7 @@ bin/FreeMat %%DATADIR%%/help/html/index.html %%DATADIR%%/help/html/inf_eqn1.png %%DATADIR%%/help/html/inspection_clear.html +%%DATADIR%%/help/html/inspection_end.html %%DATADIR%%/help/html/inspection_exist.html %%DATADIR%%/help/html/inspection_fieldnames.html %%DATADIR%%/help/html/inspection_isa.html @@ -414,28 +433,35 @@ bin/FreeMat %%DATADIR%%/help/html/inspection_iscellstr.html %%DATADIR%%/help/html/inspection_ischar.html %%DATADIR%%/help/html/inspection_isempty.html +%%DATADIR%%/help/html/inspection_isequal.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_ismatrix.html %%DATADIR%%/help/html/inspection_isnan.html %%DATADIR%%/help/html/inspection_isnumeric.html %%DATADIR%%/help/html/inspection_isreal.html +%%DATADIR%%/help/html/inspection_issame.html %%DATADIR%%/help/html/inspection_isscalar.html %%DATADIR%%/help/html/inspection_isset.html %%DATADIR%%/help/html/inspection_issparse.html +%%DATADIR%%/help/html/inspection_issquare.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_maxdim.html %%DATADIR%%/help/html/inspection_ndims.html +%%DATADIR%%/help/html/inspection_nnz.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 +%%DATADIR%%/help/html/inspection_whos.html %%DATADIR%%/help/html/interplin1_1.png %%DATADIR%%/help/html/interplin1_2.png %%DATADIR%%/help/html/introduction_install.html @@ -485,7 +511,6 @@ bin/FreeMat %%DATADIR%%/help/html/leftdivide_eqn6.png %%DATADIR%%/help/html/leftdivide_eqn7.png %%DATADIR%%/help/html/leftdivide_eqn8.png -%%DATADIR%%/help/html/leftdivide_eqn9.png %%DATADIR%%/help/html/log10plot.png %%DATADIR%%/help/html/log2plot.png %%DATADIR%%/help/html/log_eqn1.png @@ -537,6 +562,8 @@ bin/FreeMat %%DATADIR%%/help/html/mathfunctions_log1p.html %%DATADIR%%/help/html/mathfunctions_log2.html %%DATADIR%%/help/html/mathfunctions_mod.html +%%DATADIR%%/help/html/mathfunctions_mpower.html +%%DATADIR%%/help/html/mathfunctions_power.html %%DATADIR%%/help/html/mathfunctions_rad2deg.html %%DATADIR%%/help/html/mathfunctions_rem.html %%DATADIR%%/help/html/mathfunctions_sec.html @@ -549,6 +576,10 @@ bin/FreeMat %%DATADIR%%/help/html/mathfunctions_tan.html %%DATADIR%%/help/html/mathfunctions_tand.html %%DATADIR%%/help/html/mathfunctions_tanh.html +%%DATADIR%%/help/html/matrixpower_eqn1.png +%%DATADIR%%/help/html/matrixpower_eqn2.png +%%DATADIR%%/help/html/matrixpower_eqn3.png +%%DATADIR%%/help/html/matrixpower_eqn4.png %%DATADIR%%/help/html/max_eqn1.png %%DATADIR%%/help/html/max_eqn2.png %%DATADIR%%/help/html/max_eqn3.png @@ -571,12 +602,13 @@ bin/FreeMat %%DATADIR%%/help/html/operators_hermitian.html %%DATADIR%%/help/html/operators_leftdivide.html %%DATADIR%%/help/html/operators_logicalops.html +%%DATADIR%%/help/html/operators_matrixpower.html %%DATADIR%%/help/html/operators_minus.html %%DATADIR%%/help/html/operators_plus.html -%%DATADIR%%/help/html/operators_power.html %%DATADIR%%/help/html/operators_rightdivide.html %%DATADIR%%/help/html/operators_times.html %%DATADIR%%/help/html/operators_transpose.html +%%DATADIR%%/help/html/operators_typerules.html %%DATADIR%%/help/html/os_cd.html %%DATADIR%%/help/html/os_copyfile.html %%DATADIR%%/help/html/os_delete.html @@ -591,6 +623,7 @@ bin/FreeMat %%DATADIR%%/help/html/os_rmdir.html %%DATADIR%%/help/html/os_setpath.html %%DATADIR%%/help/html/os_system.html +%%DATADIR%%/help/html/patch1.png %%DATADIR%%/help/html/pinv_eqn1.png %%DATADIR%%/help/html/pinv_eqn2.png %%DATADIR%%/help/html/plot1.png @@ -612,10 +645,6 @@ 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/randbeta_eqn1.png @@ -644,6 +673,7 @@ bin/FreeMat %%DATADIR%%/help/html/random_randnchi.html %%DATADIR%%/help/html/random_randnf.html %%DATADIR%%/help/html/random_randp.html +%%DATADIR%%/help/html/random_randperm.html %%DATADIR%%/help/html/random_seed.html %%DATADIR%%/help/html/randp_eqn1.png %%DATADIR%%/help/html/rightdivide_eqn1.png @@ -665,6 +695,7 @@ bin/FreeMat %%DATADIR%%/help/html/sec_freemat.html %%DATADIR%%/help/html/sec_function.html %%DATADIR%%/help/html/sec_functions.html +%%DATADIR%%/help/html/sec_glwin.html %%DATADIR%%/help/html/sec_handle.html %%DATADIR%%/help/html/sec_inspection.html %%DATADIR%%/help/html/sec_introduction.html @@ -698,7 +729,6 @@ bin/FreeMat %%DATADIR%%/help/html/sinplot.png %%DATADIR%%/help/html/sparse_eigs.html %%DATADIR%%/help/html/sparse_full.html -%%DATADIR%%/help/html/sparse_nnz.html %%DATADIR%%/help/html/sparse_sparse.html %%DATADIR%%/help/html/sparse_speye.html %%DATADIR%%/help/html/sparse_spones.html @@ -707,6 +737,7 @@ bin/FreeMat %%DATADIR%%/help/html/sparse_spy.html %%DATADIR%%/help/html/spy1.png %%DATADIR%%/help/html/spy2.png +%%DATADIR%%/help/html/string_blanks.html %%DATADIR%%/help/html/string_cellstr.html %%DATADIR%%/help/html/string_deblank.html %%DATADIR%%/help/html/string_isalpha.html @@ -795,7 +826,6 @@ bin/FreeMat %%DATADIR%%/help/html/variables_indexing.html %%DATADIR%%/help/html/variables_matrix.html %%DATADIR%%/help/html/variables_persistent.html -%%DATADIR%%/help/html/variables_string.html %%DATADIR%%/help/html/variables_struct.html %%DATADIR%%/help/html/view1.png %%DATADIR%%/help/html/view2.png @@ -819,7 +849,7 @@ bin/FreeMat %%DATADIR%%/help/html/zoom4.png %%DATADIR%%/help/html/zoom5.png %%DATADIR%%/help/html/zoom6.png -%%DATADIR%%/help/latex/main.pdf +%%DATADIR%%/help/pdf/FreeMat-4.0.pdf %%DATADIR%%/help/text/abs.mdc %%DATADIR%%/help/text/acos.mdc %%DATADIR%%/help/text/acosd.mdc @@ -855,12 +885,14 @@ bin/FreeMat %%DATADIR%%/help/text/bin2int.mdc %%DATADIR%%/help/text/bitand.mdc %%DATADIR%%/help/text/bitcmp.mdc -%%DATADIR%%/help/text/bitcmp_cpp.mdc %%DATADIR%%/help/text/bitor.mdc %%DATADIR%%/help/text/bitxor.mdc +%%DATADIR%%/help/text/blanks.mdc +%%DATADIR%%/help/text/blaslib.mdc %%DATADIR%%/help/text/break.mdc %%DATADIR%%/help/text/builtin.mdc %%DATADIR%%/help/text/cast.mdc +%%DATADIR%%/help/text/cat.mdc %%DATADIR%%/help/text/cd.mdc %%DATADIR%%/help/text/ceil.mdc %%DATADIR%%/help/text/cell.mdc @@ -923,9 +955,11 @@ bin/FreeMat %%DATADIR%%/help/text/cumsum.mdc %%DATADIR%%/help/text/dbauto.mdc %%DATADIR%%/help/text/dbdelete.mdc +%%DATADIR%%/help/text/dbdown.mdc %%DATADIR%%/help/text/dblist.mdc %%DATADIR%%/help/text/dbstep.mdc %%DATADIR%%/help/text/dbstop.mdc +%%DATADIR%%/help/text/dbup.mdc %%DATADIR%%/help/text/dcomplex.mdc %%DATADIR%%/help/text/deal.mdc %%DATADIR%%/help/text/deblank.mdc @@ -936,6 +970,7 @@ bin/FreeMat %%DATADIR%%/help/text/det.mdc %%DATADIR%%/help/text/diag.mdc %%DATADIR%%/help/text/diary.mdc +%%DATADIR%%/help/text/diff.mdc %%DATADIR%%/help/text/dir.mdc %%DATADIR%%/help/text/dirsep.mdc %%DATADIR%%/help/text/disp.mdc @@ -953,6 +988,7 @@ bin/FreeMat %%DATADIR%%/help/text/editor.mdc %%DATADIR%%/help/text/eig.mdc %%DATADIR%%/help/text/eigs.mdc +%%DATADIR%%/help/text/end.mdc %%DATADIR%%/help/text/eps.mdc %%DATADIR%%/help/text/eq.mdc %%DATADIR%%/help/text/erf.mdc @@ -970,6 +1006,7 @@ bin/FreeMat %%DATADIR%%/help/text/eye.mdc %%DATADIR%%/help/text/false.mdc %%DATADIR%%/help/text/fclose.mdc +%%DATADIR%%/help/text/fdump.mdc %%DATADIR%%/help/text/feof.mdc %%DATADIR%%/help/text/feps.mdc %%DATADIR%%/help/text/feval.mdc @@ -1016,7 +1053,13 @@ bin/FreeMat %%DATADIR%%/help/text/getline.mdc %%DATADIR%%/help/text/getpath.mdc %%DATADIR%%/help/text/getprintlimit.mdc +%%DATADIR%%/help/text/glassembly.mdc +%%DATADIR%%/help/text/glclump.mdc +%%DATADIR%%/help/text/gldefmaterial.mdc +%%DATADIR%%/help/text/gllines.mdc +%%DATADIR%%/help/text/glnode.mdc %%DATADIR%%/help/text/global.mdc +%%DATADIR%%/help/text/glshow.mdc %%DATADIR%%/help/text/gray.mdc %%DATADIR%%/help/text/grid.mdc %%DATADIR%%/help/text/gt.mdc @@ -1027,12 +1070,16 @@ bin/FreeMat %%DATADIR%%/help/text/hex2dec.mdc %%DATADIR%%/help/text/hilbert.mdc %%DATADIR%%/help/text/himage.mdc +%%DATADIR%%/help/text/hist.mdc %%DATADIR%%/help/text/hline.mdc %%DATADIR%%/help/text/hold.mdc %%DATADIR%%/help/text/horzcat.mdc +%%DATADIR%%/help/text/hpatch.mdc %%DATADIR%%/help/text/hpoint.mdc +%%DATADIR%%/help/text/hrawplot.mdc %%DATADIR%%/help/text/hsurface.mdc %%DATADIR%%/help/text/htext.mdc +%%DATADIR%%/help/text/htextbitmap.mdc %%DATADIR%%/help/text/htmlread.mdc %%DATADIR%%/help/text/i.mdc %%DATADIR%%/help/text/idiv.mdc @@ -1067,6 +1114,7 @@ bin/FreeMat %%DATADIR%%/help/text/ischar.mdc %%DATADIR%%/help/text/isdigit.mdc %%DATADIR%%/help/text/isempty.mdc +%%DATADIR%%/help/text/isequal.mdc %%DATADIR%%/help/text/isfield.mdc %%DATADIR%%/help/text/isfloat.mdc %%DATADIR%%/help/text/ishandle.mdc @@ -1075,13 +1123,16 @@ bin/FreeMat %%DATADIR%%/help/text/isinteger.mdc %%DATADIR%%/help/text/isinttype.mdc %%DATADIR%%/help/text/islogical.mdc +%%DATADIR%%/help/text/ismatrix.mdc %%DATADIR%%/help/text/isnan.mdc %%DATADIR%%/help/text/isnumeric.mdc %%DATADIR%%/help/text/isreal.mdc +%%DATADIR%%/help/text/issame.mdc %%DATADIR%%/help/text/isscalar.mdc %%DATADIR%%/help/text/isset.mdc %%DATADIR%%/help/text/isspace.mdc %%DATADIR%%/help/text/issparse.mdc +%%DATADIR%%/help/text/issquare.mdc %%DATADIR%%/help/text/isstr.mdc %%DATADIR%%/help/text/isstruct.mdc %%DATADIR%%/help/text/isvector.mdc @@ -1112,7 +1163,9 @@ bin/FreeMat %%DATADIR%%/help/text/lt.mdc %%DATADIR%%/help/text/lu.mdc %%DATADIR%%/help/text/matrix.mdc +%%DATADIR%%/help/text/matrixpower.mdc %%DATADIR%%/help/text/max.mdc +%%DATADIR%%/help/text/maxdim.mdc %%DATADIR%%/help/text/mean.mdc %%DATADIR%%/help/text/meshgrid.mdc %%DATADIR%%/help/text/mfilename.mdc @@ -1141,6 +1194,7 @@ bin/FreeMat %%DATADIR%%/help/text/ode45.mdc %%DATADIR%%/help/text/ones.mdc %%DATADIR%%/help/text/or.mdc +%%DATADIR%%/help/text/patch.mdc %%DATADIR%%/help/text/path.mdc %%DATADIR%%/help/text/pathsep.mdc %%DATADIR%%/help/text/pathtool.mdc @@ -1185,6 +1239,7 @@ bin/FreeMat %%DATADIR%%/help/text/randnchi.mdc %%DATADIR%%/help/text/randnf.mdc %%DATADIR%%/help/text/randp.mdc +%%DATADIR%%/help/text/randperm.mdc %%DATADIR%%/help/text/rank.mdc %%DATADIR%%/help/text/rawread.mdc %%DATADIR%%/help/text/rawwrite.mdc @@ -1198,11 +1253,11 @@ bin/FreeMat %%DATADIR%%/help/text/repmat.mdc %%DATADIR%%/help/text/rescan.mdc %%DATADIR%%/help/text/reshape.mdc -%%DATADIR%%/help/text/resize.mdc %%DATADIR%%/help/text/retall.mdc %%DATADIR%%/help/text/return.mdc %%DATADIR%%/help/text/rightdivide.mdc %%DATADIR%%/help/text/rmdir.mdc +%%DATADIR%%/help/text/rootpath.mdc %%DATADIR%%/help/text/roots.mdc %%DATADIR%%/help/text/round.mdc %%DATADIR%%/help/text/rref.mdc @@ -1286,6 +1341,7 @@ bin/FreeMat %%DATADIR%%/help/text/true.mdc %%DATADIR%%/help/text/try.mdc %%DATADIR%%/help/text/tubeplot.mdc +%%DATADIR%%/help/text/type.mdc %%DATADIR%%/help/text/typeof.mdc %%DATADIR%%/help/text/typerules.mdc %%DATADIR%%/help/text/uicontrol.mdc @@ -1316,6 +1372,7 @@ bin/FreeMat %%DATADIR%%/help/text/which.mdc %%DATADIR%%/help/text/while.mdc %%DATADIR%%/help/text/who.mdc +%%DATADIR%%/help/text/whos.mdc %%DATADIR%%/help/text/winlev.mdc %%DATADIR%%/help/text/xlabel.mdc %%DATADIR%%/help/text/xlim.mdc @@ -1331,10 +1388,10 @@ bin/FreeMat %%DATADIR%%/toolbox/array/all.m %%DATADIR%%/toolbox/array/any.m %%DATADIR%%/toolbox/array/cast.m +%%DATADIR%%/toolbox/array/cat.m %%DATADIR%%/toolbox/array/char.m %%DATADIR%%/toolbox/array/circshift.m %%DATADIR%%/toolbox/array/deal.m -%%DATADIR%%/toolbox/array/dot.m %%DATADIR%%/toolbox/array/flipdim.m %%DATADIR%%/toolbox/array/fliplr.m %%DATADIR%%/toolbox/array/flipud.m @@ -1354,19 +1411,22 @@ bin/FreeMat %%DATADIR%%/toolbox/array/isinteger.m %%DATADIR%%/toolbox/array/isinttype.m %%DATADIR%%/toolbox/array/islogical.m +%%DATADIR%%/toolbox/array/ismatrix.m %%DATADIR%%/toolbox/array/isnumeric.m -%%DATADIR%%/toolbox/array/isreal.m %%DATADIR%%/toolbox/array/isscalar.m %%DATADIR%%/toolbox/array/isspace.m +%%DATADIR%%/toolbox/array/issquare.m %%DATADIR%%/toolbox/array/isstr.m %%DATADIR%%/toolbox/array/isstruct.m %%DATADIR%%/toolbox/array/isvector.m %%DATADIR%%/toolbox/array/length.m %%DATADIR%%/toolbox/array/linspace.m %%DATADIR%%/toolbox/array/logspace.m +%%DATADIR%%/toolbox/array/maxdim.m %%DATADIR%%/toolbox/array/meshgrid.m %%DATADIR%%/toolbox/array/ndgrid.m %%DATADIR%%/toolbox/array/ndims.m +%%DATADIR%%/toolbox/array/nnz.m %%DATADIR%%/toolbox/array/nonzeros.m %%DATADIR%%/toolbox/array/numel.m %%DATADIR%%/toolbox/array/shiftdim.m @@ -1377,7 +1437,6 @@ bin/FreeMat %%DATADIR%%/toolbox/array/vec.m %%DATADIR%%/toolbox/array/vertcat.m %%DATADIR%%/toolbox/binary/bin2dec.m -%%DATADIR%%/toolbox/binary/bitcmp.m %%DATADIR%%/toolbox/binary/dec2bin.m %%DATADIR%%/toolbox/deprecated/bind.m %%DATADIR%%/toolbox/fitting/gausfit.m @@ -1390,6 +1449,7 @@ bin/FreeMat %%DATADIR%%/toolbox/funfun/deval.m %%DATADIR%%/toolbox/funfun/ode45.m %%DATADIR%%/toolbox/funfun/odeset.m +%%DATADIR%%/toolbox/general/diff.m %%DATADIR%%/toolbox/general/install.m %%DATADIR%%/toolbox/general/license.m %%DATADIR%%/toolbox/geom/cross.m @@ -1405,6 +1465,7 @@ bin/FreeMat %%DATADIR%%/toolbox/graph/copper.m %%DATADIR%%/toolbox/graph/gray.m %%DATADIR%%/toolbox/graph/grid.m +%%DATADIR%%/toolbox/graph/hist.m %%DATADIR%%/toolbox/graph/hold.m %%DATADIR%%/toolbox/graph/image.m %%DATADIR%%/toolbox/graph/imagesc.m @@ -1412,6 +1473,7 @@ bin/FreeMat %%DATADIR%%/toolbox/graph/line.m %%DATADIR%%/toolbox/graph/loglog.m %%DATADIR%%/toolbox/graph/newplot.m +%%DATADIR%%/toolbox/graph/patch.m %%DATADIR%%/toolbox/graph/pcolor.m %%DATADIR%%/toolbox/graph/plot.m %%DATADIR%%/toolbox/graph/plot3.m @@ -1427,7 +1489,6 @@ bin/FreeMat %%DATADIR%%/toolbox/graph/quiver.m %%DATADIR%%/toolbox/graph/semilogx.m %%DATADIR%%/toolbox/graph/semilogy.m -%%DATADIR%%/toolbox/graph/sizefig.m %%DATADIR%%/toolbox/graph/subplot.m %%DATADIR%%/toolbox/graph/surf.m %%DATADIR%%/toolbox/graph/testtube.m @@ -1533,7 +1594,10 @@ bin/FreeMat %%DATADIR%%/toolbox/help/@textwriter/textwriter.m %%DATADIR%%/toolbox/help/@textwriter/writeindex.m %%DATADIR%%/toolbox/help/helpgen.m +%%DATADIR%%/toolbox/help/helpgen_rdir.m %%DATADIR%%/toolbox/help/mprint.m +%%DATADIR%%/toolbox/help/siggen.m +%%DATADIR%%/toolbox/help/testmatch.m %%DATADIR%%/toolbox/io/csvread.m %%DATADIR%%/toolbox/io/csvwrite.m %%DATADIR%%/toolbox/io/input.m @@ -1550,13 +1614,13 @@ bin/FreeMat %%DATADIR%%/toolbox/matrix/rank.m %%DATADIR%%/toolbox/matrix/rref.m %%DATADIR%%/toolbox/matrix/transpose.m -%%DATADIR%%/toolbox/numerical/fix.m %%DATADIR%%/toolbox/numerical/idiv.m %%DATADIR%%/toolbox/numerical/log10.m %%DATADIR%%/toolbox/numerical/log2.m %%DATADIR%%/toolbox/numerical/mod.m +%%DATADIR%%/toolbox/numerical/mpower.m +%%DATADIR%%/toolbox/numerical/power.m %%DATADIR%%/toolbox/numerical/rem.m -%%DATADIR%%/toolbox/numerical/sqrt.m %%DATADIR%%/toolbox/numerical/teps.m %%DATADIR%%/toolbox/os/mkdir.m %%DATADIR%%/toolbox/poly/poly.m @@ -1565,6 +1629,7 @@ bin/FreeMat %%DATADIR%%/toolbox/poly/polyint.m %%DATADIR%%/toolbox/poly/polyval.m %%DATADIR%%/toolbox/poly/roots.m +%%DATADIR%%/toolbox/random/randperm.m %%DATADIR%%/toolbox/signal/conv.m %%DATADIR%%/toolbox/signal/fftn.m %%DATADIR%%/toolbox/signal/fftshift.m @@ -1576,16 +1641,11 @@ bin/FreeMat %%DATADIR%%/toolbox/sparse/sprandn.m %%DATADIR%%/toolbox/sparse/spy.m %%DATADIR%%/toolbox/stat/std.m +%%DATADIR%%/toolbox/string/blanks.m %%DATADIR%%/toolbox/string/cellstr.m -%%DATADIR%%/toolbox/string/deblank.m %%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 -%%DATADIR%%/toolbox/string/strtrim.m +%%DATADIR%%/toolbox/string/str2num.m %%DATADIR%%/toolbox/string/upper.m %%DATADIR%%/toolbox/test/addArrays.c %%DATADIR%%/toolbox/test/addtest.m @@ -1626,12 +1686,14 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_bin2int.m %%DATADIR%%/toolbox/test/bbtest_bitand.m %%DATADIR%%/toolbox/test/bbtest_bitcmp.m -%%DATADIR%%/toolbox/test/bbtest_bitcmp_cpp.m %%DATADIR%%/toolbox/test/bbtest_bitor.m %%DATADIR%%/toolbox/test/bbtest_bitxor.m +%%DATADIR%%/toolbox/test/bbtest_blanks.m +%%DATADIR%%/toolbox/test/bbtest_blaslib.m %%DATADIR%%/toolbox/test/bbtest_break.m %%DATADIR%%/toolbox/test/bbtest_builtin.m %%DATADIR%%/toolbox/test/bbtest_cast.m +%%DATADIR%%/toolbox/test/bbtest_cat.m %%DATADIR%%/toolbox/test/bbtest_cd.m %%DATADIR%%/toolbox/test/bbtest_ceil.m %%DATADIR%%/toolbox/test/bbtest_cell.m @@ -1694,9 +1756,11 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_cumsum.m %%DATADIR%%/toolbox/test/bbtest_dbauto.m %%DATADIR%%/toolbox/test/bbtest_dbdelete.m +%%DATADIR%%/toolbox/test/bbtest_dbdown.m %%DATADIR%%/toolbox/test/bbtest_dblist.m %%DATADIR%%/toolbox/test/bbtest_dbstep.m %%DATADIR%%/toolbox/test/bbtest_dbstop.m +%%DATADIR%%/toolbox/test/bbtest_dbup.m %%DATADIR%%/toolbox/test/bbtest_dcomplex.m %%DATADIR%%/toolbox/test/bbtest_deal.m %%DATADIR%%/toolbox/test/bbtest_deblank.m @@ -1707,6 +1771,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_det.m %%DATADIR%%/toolbox/test/bbtest_diag.m %%DATADIR%%/toolbox/test/bbtest_diary.m +%%DATADIR%%/toolbox/test/bbtest_diff.m %%DATADIR%%/toolbox/test/bbtest_dir.m %%DATADIR%%/toolbox/test/bbtest_dirsep.m %%DATADIR%%/toolbox/test/bbtest_disp.m @@ -1724,6 +1789,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_editor.m %%DATADIR%%/toolbox/test/bbtest_eig.m %%DATADIR%%/toolbox/test/bbtest_eigs.m +%%DATADIR%%/toolbox/test/bbtest_end.m %%DATADIR%%/toolbox/test/bbtest_eps.m %%DATADIR%%/toolbox/test/bbtest_eq.m %%DATADIR%%/toolbox/test/bbtest_erf.m @@ -1741,6 +1807,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_eye.m %%DATADIR%%/toolbox/test/bbtest_false.m %%DATADIR%%/toolbox/test/bbtest_fclose.m +%%DATADIR%%/toolbox/test/bbtest_fdump.m %%DATADIR%%/toolbox/test/bbtest_feof.m %%DATADIR%%/toolbox/test/bbtest_feps.m %%DATADIR%%/toolbox/test/bbtest_feval.m @@ -1787,7 +1854,13 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_getline.m %%DATADIR%%/toolbox/test/bbtest_getpath.m %%DATADIR%%/toolbox/test/bbtest_getprintlimit.m +%%DATADIR%%/toolbox/test/bbtest_glassembly.m +%%DATADIR%%/toolbox/test/bbtest_glclump.m +%%DATADIR%%/toolbox/test/bbtest_gldefmaterial.m +%%DATADIR%%/toolbox/test/bbtest_gllines.m +%%DATADIR%%/toolbox/test/bbtest_glnode.m %%DATADIR%%/toolbox/test/bbtest_global.m +%%DATADIR%%/toolbox/test/bbtest_glshow.m %%DATADIR%%/toolbox/test/bbtest_gray.m %%DATADIR%%/toolbox/test/bbtest_grid.m %%DATADIR%%/toolbox/test/bbtest_gt.m @@ -1798,12 +1871,16 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_hex2dec.m %%DATADIR%%/toolbox/test/bbtest_hilbert.m %%DATADIR%%/toolbox/test/bbtest_himage.m +%%DATADIR%%/toolbox/test/bbtest_hist.m %%DATADIR%%/toolbox/test/bbtest_hline.m %%DATADIR%%/toolbox/test/bbtest_hold.m %%DATADIR%%/toolbox/test/bbtest_horzcat.m +%%DATADIR%%/toolbox/test/bbtest_hpatch.m %%DATADIR%%/toolbox/test/bbtest_hpoint.m +%%DATADIR%%/toolbox/test/bbtest_hrawplot.m %%DATADIR%%/toolbox/test/bbtest_hsurface.m %%DATADIR%%/toolbox/test/bbtest_htext.m +%%DATADIR%%/toolbox/test/bbtest_htextbitmap.m %%DATADIR%%/toolbox/test/bbtest_htmlread.m %%DATADIR%%/toolbox/test/bbtest_i.m %%DATADIR%%/toolbox/test/bbtest_idiv.m @@ -1838,6 +1915,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_ischar.m %%DATADIR%%/toolbox/test/bbtest_isdigit.m %%DATADIR%%/toolbox/test/bbtest_isempty.m +%%DATADIR%%/toolbox/test/bbtest_isequal.m %%DATADIR%%/toolbox/test/bbtest_isfield.m %%DATADIR%%/toolbox/test/bbtest_isfloat.m %%DATADIR%%/toolbox/test/bbtest_ishandle.m @@ -1846,13 +1924,16 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_isinteger.m %%DATADIR%%/toolbox/test/bbtest_isinttype.m %%DATADIR%%/toolbox/test/bbtest_islogical.m +%%DATADIR%%/toolbox/test/bbtest_ismatrix.m %%DATADIR%%/toolbox/test/bbtest_isnan.m %%DATADIR%%/toolbox/test/bbtest_isnumeric.m %%DATADIR%%/toolbox/test/bbtest_isreal.m +%%DATADIR%%/toolbox/test/bbtest_issame.m %%DATADIR%%/toolbox/test/bbtest_isscalar.m %%DATADIR%%/toolbox/test/bbtest_isset.m %%DATADIR%%/toolbox/test/bbtest_isspace.m %%DATADIR%%/toolbox/test/bbtest_issparse.m +%%DATADIR%%/toolbox/test/bbtest_issquare.m %%DATADIR%%/toolbox/test/bbtest_isstr.m %%DATADIR%%/toolbox/test/bbtest_isstruct.m %%DATADIR%%/toolbox/test/bbtest_isvector.m @@ -1883,7 +1964,9 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_lt.m %%DATADIR%%/toolbox/test/bbtest_lu.m %%DATADIR%%/toolbox/test/bbtest_matrix.m +%%DATADIR%%/toolbox/test/bbtest_matrixpower.m %%DATADIR%%/toolbox/test/bbtest_max.m +%%DATADIR%%/toolbox/test/bbtest_maxdim.m %%DATADIR%%/toolbox/test/bbtest_mean.m %%DATADIR%%/toolbox/test/bbtest_meshgrid.m %%DATADIR%%/toolbox/test/bbtest_mfilename.m @@ -1912,6 +1995,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_ode45.m %%DATADIR%%/toolbox/test/bbtest_ones.m %%DATADIR%%/toolbox/test/bbtest_or.m +%%DATADIR%%/toolbox/test/bbtest_patch.m %%DATADIR%%/toolbox/test/bbtest_path.m %%DATADIR%%/toolbox/test/bbtest_pathsep.m %%DATADIR%%/toolbox/test/bbtest_pathtool.m @@ -1956,6 +2040,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_randnchi.m %%DATADIR%%/toolbox/test/bbtest_randnf.m %%DATADIR%%/toolbox/test/bbtest_randp.m +%%DATADIR%%/toolbox/test/bbtest_randperm.m %%DATADIR%%/toolbox/test/bbtest_rank.m %%DATADIR%%/toolbox/test/bbtest_rawread.m %%DATADIR%%/toolbox/test/bbtest_rawwrite.m @@ -1969,11 +2054,11 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_repmat.m %%DATADIR%%/toolbox/test/bbtest_rescan.m %%DATADIR%%/toolbox/test/bbtest_reshape.m -%%DATADIR%%/toolbox/test/bbtest_resize.m %%DATADIR%%/toolbox/test/bbtest_retall.m %%DATADIR%%/toolbox/test/bbtest_return.m %%DATADIR%%/toolbox/test/bbtest_rightdivide.m %%DATADIR%%/toolbox/test/bbtest_rmdir.m +%%DATADIR%%/toolbox/test/bbtest_rootpath.m %%DATADIR%%/toolbox/test/bbtest_roots.m %%DATADIR%%/toolbox/test/bbtest_round.m %%DATADIR%%/toolbox/test/bbtest_rref.m @@ -2057,6 +2142,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_true.m %%DATADIR%%/toolbox/test/bbtest_try.m %%DATADIR%%/toolbox/test/bbtest_tubeplot.m +%%DATADIR%%/toolbox/test/bbtest_type.m %%DATADIR%%/toolbox/test/bbtest_typeof.m %%DATADIR%%/toolbox/test/bbtest_typerules.m %%DATADIR%%/toolbox/test/bbtest_uicontrol.m @@ -2087,6 +2173,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/bbtest_which.m %%DATADIR%%/toolbox/test/bbtest_while.m %%DATADIR%%/toolbox/test/bbtest_who.m +%%DATADIR%%/toolbox/test/bbtest_whos.m %%DATADIR%%/toolbox/test/bbtest_winlev.m %%DATADIR%%/toolbox/test/bbtest_xlabel.m %%DATADIR%%/toolbox/test/bbtest_xlim.m @@ -2105,20 +2192,773 @@ bin/FreeMat %%DATADIR%%/toolbox/test/chain3.m %%DATADIR%%/toolbox/test/continue_ex.m %%DATADIR%%/toolbox/test/count_calls.m +%%DATADIR%%/toolbox/test/do_jit_test.m %%DATADIR%%/toolbox/test/euclidlength.m %%DATADIR%%/toolbox/test/evenoddtest.m +%%DATADIR%%/toolbox/test/fitfunc_func1.m +%%DATADIR%%/toolbox/test/fitfunc_func2.m %%DATADIR%%/toolbox/test/freecount.m +%%DATADIR%%/toolbox/test/gen_wbtest_abs_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acos_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acosd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acosh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acot_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acotd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acoth_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acsc_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acscd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_acsch_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_all_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_all_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_all_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_angle_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_any_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_any_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_any_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_asec_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_asecd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_asech_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_asin_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_asind_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_asinh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_atan2_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_atan_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_atand_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_atanh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_bin2dec_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_blanks_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_10.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_11.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_12.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_13.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_7.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_8.m +%%DATADIR%%/toolbox/test/gen_wbtest_cast_9.m +%%DATADIR%%/toolbox/test/gen_wbtest_cat_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cat_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ceil_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cellstr_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_char_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_circshift_7.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_comparisonops_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_complex_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cond_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_conj_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_conv2_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_conv2_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_conv2_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_conv_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cos_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cosd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cosh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cot_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cotd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_coth_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cross_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_csc_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cscd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_csch_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_csvread_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_csvread_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_csvread_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_csvwrite_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cumprod_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_cumsum_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_deal_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_deal_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_deblank_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dec2bin_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dec2hex_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_deg2rad_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_det_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_diff_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_diff_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_diff_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_dot_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dot_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_dotleftdivide_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dotpower_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dotrightdivide_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_dottimes_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_double_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_e_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_eig_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_eig_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_eig_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_eig_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_eps_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_eps_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_eps_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_eps_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_erf_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_erfc_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_exp_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_expm1_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_expm_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_eye_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_eye_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_false_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_feval_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_feval_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_fft_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftn_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftn_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftn_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftshift_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftshift_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_fftshift_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_fileparts_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_7.m +%%DATADIR%%/toolbox/test/gen_wbtest_find_8.m +%%DATADIR%%/toolbox/test/gen_wbtest_fix_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_flipdim_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_flipdim_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_flipdim_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_fliplr_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_flipud_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_float_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_floor_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_gamma_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_gammaln_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_hex2dec_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_hilbert_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_hilbert_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_hist_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_horzcat_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_horzcat_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_i_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_i_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_idiv_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_idiv_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftn_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftn_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftn_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftshift_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftshift_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ifftshift_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_imag_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_inf_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_int16_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_int32_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_int64_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_int8_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_inv_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ipermute_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ipermute_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_isa_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_isa_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_isa_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_iscell_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ischar_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_isempty_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_isinf_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ismatrix_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ismatrix_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ismatrix_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_ismatrix_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_ismatrix_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_isnan_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_isreal_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_issquare_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_issquare_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_issquare_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_issquare_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_issquare_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_isvector_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_leftdivide_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_length_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_linspace_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_linspace_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_log10_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_log1p_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_log2_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_log_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_logical_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_logicalops_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_logicalops_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_logicalops_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_logicalops_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_logicalops_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_logspace_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_logspace_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_logspace_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_lower_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_lu_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_lu_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_lu_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_lu_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_max_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_maxdim_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_mean_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_mean_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_meshgrid_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_meshgrid_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_min_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_minus_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_mod_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_mod_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_mod_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_mod_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_mod_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_nan_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ndgrid_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_ndgrid_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_ndgrid_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_ndims_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_nnz_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_nonzeros_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_norm_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_num2hex_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_num2str_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_numel_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_numel_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_permute_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_permute_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_pi_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_pinv_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_plus_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_poly_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_polyder_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_polyder_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_polyint_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_polyint_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_polyval_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_prod_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_qr_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_qr_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_qr_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_rad2deg_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rank_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rank_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_rcond_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_real_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rem_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rem_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_rem_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_rem_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_rem_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_repmat_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_repmat_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_repmat_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_repmat_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_rightdivide_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_roots_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_round_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rref_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_rref_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_rref_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_sec_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_secd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sech_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_shiftdim_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_shiftdim_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_shiftdim_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_sin_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sind_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sinh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_size_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_5.m +%%DATADIR%%/toolbox/test/gen_wbtest_sort_6.m +%%DATADIR%%/toolbox/test/gen_wbtest_speye_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_speye_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_sprintf_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sprintf_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_sprintf_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_sprintf_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_sqrt_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_squeeze_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_std_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_std_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_str2num_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strcmp_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strcmpi_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strfind_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strfind_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_string_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strncmp_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strncmp_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_strrep_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strrep_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_strstr_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_strtrim_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sub2ind_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sum_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_sum_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_svd_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_svd_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_svd_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_symvar_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_tan_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_tand_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_tanh_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_times_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_transpose_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_true_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_typeof_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_typerules_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_typerules_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_typerules_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_typerules_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_uint16_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_uint32_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_uint64_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_uint8_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_unique_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_unique_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_unique_3.m +%%DATADIR%%/toolbox/test/gen_wbtest_unique_4.m +%%DATADIR%%/toolbox/test/gen_wbtest_upper_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_var_1.m +%%DATADIR%%/toolbox/test/gen_wbtest_var_2.m +%%DATADIR%%/toolbox/test/gen_wbtest_vertcat_1.m %%DATADIR%%/toolbox/test/get_global.m %%DATADIR%%/toolbox/test/if_test.m +%%DATADIR%%/toolbox/test/jit_test001.m +%%DATADIR%%/toolbox/test/jit_test002.m +%%DATADIR%%/toolbox/test/jit_test003.m +%%DATADIR%%/toolbox/test/jit_test004.m +%%DATADIR%%/toolbox/test/jit_test005.m +%%DATADIR%%/toolbox/test/jit_test006.m +%%DATADIR%%/toolbox/test/jit_test007.m +%%DATADIR%%/toolbox/test/jit_test008.m +%%DATADIR%%/toolbox/test/jit_test009.m +%%DATADIR%%/toolbox/test/jit_test010.m +%%DATADIR%%/toolbox/test/jit_test011.m +%%DATADIR%%/toolbox/test/jit_test012.m +%%DATADIR%%/toolbox/test/jit_test013.m +%%DATADIR%%/toolbox/test/jit_test014.m +%%DATADIR%%/toolbox/test/jit_test015.m +%%DATADIR%%/toolbox/test/jit_test016.m +%%DATADIR%%/toolbox/test/jit_test017.m +%%DATADIR%%/toolbox/test/jit_test018.m +%%DATADIR%%/toolbox/test/jit_test019.m +%%DATADIR%%/toolbox/test/jit_test020.m +%%DATADIR%%/toolbox/test/jit_test021.m +%%DATADIR%%/toolbox/test/jit_test022.m +%%DATADIR%%/toolbox/test/jit_test023.m +%%DATADIR%%/toolbox/test/jit_test024.m %%DATADIR%%/toolbox/test/key_one.m %%DATADIR%%/toolbox/test/keyfunc.m -%%DATADIR%%/toolbox/test/match_close.m -%%DATADIR%%/toolbox/test/match_exact.m %%DATADIR%%/toolbox/test/nargintest.m %%DATADIR%%/toolbox/test/nargouttest.m %%DATADIR%%/toolbox/test/read_file.m +%%DATADIR%%/toolbox/test/reference/wbinputs.mat +%%DATADIR%%/toolbox/test/reference/wbtest_abs_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acos_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acosd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acosh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acot_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acotd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acoth_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acsc_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acscd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_acsch_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_all_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_all_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_all_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_angle_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_any_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_any_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_any_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asec_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asecd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asech_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asin_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asind_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_asinh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_atan2_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_atan_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_atand_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_atanh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_bin2dec_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_bitcmp_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_bitcmp_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_blanks_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_10_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_11_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_12_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_13_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_7_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_8_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cast_9_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cat_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cat_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ceil_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cellstr_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_char_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_circshift_7_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_comparisonops_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_complex_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cond_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_conj_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_conv2_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_conv2_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_conv2_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_conv_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cos_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cosd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cosh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cot_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cotd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_coth_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cross_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csc_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cscd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csch_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csvread_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csvread_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csvread_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_csvwrite_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cumprod_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_cumsum_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_deal_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_deal_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_deblank_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dec2bin_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dec2hex_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_deg2rad_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_det_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_diff_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_diff_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_diff_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dot_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dot_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dotleftdivide_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dotpower_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dotpower_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dotrightdivide_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_dottimes_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_double_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_e_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eig_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eig_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eig_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eig_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eps_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eps_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eps_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eps_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_erf_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_erfc_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_etime_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_exp_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_expm1_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_expm_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eye_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_eye_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_false_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_feval_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_feval_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fft_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftn_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftn_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftn_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftshift_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftshift_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fftshift_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fileparts_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fileparts_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_7_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_find_8_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fix_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_flipdim_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_flipdim_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_flipdim_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_fliplr_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_flipud_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_float_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_floor_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_gamma_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_gammaln_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_hex2dec_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_hilbert_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_hilbert_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_hist_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_horzcat_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_horzcat_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_i_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_i_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_idiv_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_idiv_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftn_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftn_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftn_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftshift_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftshift_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ifftshift_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_imag_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_inf_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_int16_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_int32_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_int64_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_int8_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_inv_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ipermute_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ipermute_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isa_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isa_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isa_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_iscell_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ischar_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isempty_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isinf_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ismatrix_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ismatrix_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ismatrix_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ismatrix_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ismatrix_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isnan_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isreal_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_issquare_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_issquare_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_issquare_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_issquare_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_issquare_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_isvector_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_leftdivide_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_length_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_linspace_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_linspace_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_log10_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_log1p_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_log2_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_log_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logical_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logicalops_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logicalops_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logicalops_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logicalops_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logicalops_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logspace_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logspace_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_logspace_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_lower_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_lu_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_lu_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_lu_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_lu_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_max_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_maxdim_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mean_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mean_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_meshgrid_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_meshgrid_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_min_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_minus_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mod_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mod_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mod_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mod_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_mod_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_nan_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ndgrid_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ndgrid_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ndgrid_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_ndims_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_nnz_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_nonzeros_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_norm_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_num2hex_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_num2str_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_numel_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_numel_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_permute_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_permute_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_pi_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_pinv_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_plus_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_poly_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_polyder_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_polyder_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_polyint_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_polyint_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_polyval_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_power_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_prod_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_qr_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_qr_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_qr_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rad2deg_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rank_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rank_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rcond_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_real_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rem_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rem_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rem_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rem_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rem_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_repmat_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_repmat_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_repmat_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_repmat_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rightdivide_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_roots_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_round_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rref_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rref_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_rref_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sec_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_secd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sech_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_shiftdim_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_shiftdim_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_shiftdim_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sin_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sind_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sinh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_size_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_5_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sort_6_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_speye_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_speye_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sprintf_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sprintf_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sprintf_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sprintf_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sqrt_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_squeeze_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_std_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_std_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_str2num_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strcmp_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strcmpi_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strfind_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strfind_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_string_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strncmp_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strncmp_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strrep_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strrep_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strstr_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_strtrim_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sub2ind_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sum_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_sum_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_svd_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_svd_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_svd_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_symvar_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_tan_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_tand_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_tanh_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_times_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_transpose_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_true_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_typeof_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_typerules_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_typerules_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_typerules_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_typerules_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_uint16_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_uint32_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_uint64_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_uint8_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_unique_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_unique_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_unique_3_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_unique_4_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_upper_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_var_1_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_var_2_ref.mat +%%DATADIR%%/toolbox/test/reference/wbtest_vertcat_1_ref.mat %%DATADIR%%/toolbox/test/return_func.m %%DATADIR%%/toolbox/test/return_func2.m +%%DATADIR%%/toolbox/test/run_gen_all.m %%DATADIR%%/toolbox/test/run_tests.m %%DATADIR%%/toolbox/test/sample_data.csv %%DATADIR%%/toolbox/test/self.m @@ -2136,7 +2976,13 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_assign14.m %%DATADIR%%/toolbox/test/test_assign15.m %%DATADIR%%/toolbox/test/test_assign16.m +%%DATADIR%%/toolbox/test/test_assign17.m +%%DATADIR%%/toolbox/test/test_assign18.m +%%DATADIR%%/toolbox/test/test_assign19.m %%DATADIR%%/toolbox/test/test_assign2.m +%%DATADIR%%/toolbox/test/test_assign20.m +%%DATADIR%%/toolbox/test/test_assign21.m +%%DATADIR%%/toolbox/test/test_assign22.m %%DATADIR%%/toolbox/test/test_assign3.m %%DATADIR%%/toolbox/test/test_assign4.m %%DATADIR%%/toolbox/test/test_assign5.m @@ -2144,23 +2990,33 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_assign7.m %%DATADIR%%/toolbox/test/test_assign8.m %%DATADIR%%/toolbox/test/test_assign9.m +%%DATADIR%%/toolbox/test/test_assignin1.m +%%DATADIR%%/toolbox/test/test_assignin2.m +%%DATADIR%%/toolbox/test/test_bin2int1.m +%%DATADIR%%/toolbox/test/test_bitand1.m +%%DATADIR%%/toolbox/test/test_bitor1.m +%%DATADIR%%/toolbox/test/test_bitxor1.m +%%DATADIR%%/toolbox/test/test_builtin1.m %%DATADIR%%/toolbox/test/test_call1.m %%DATADIR%%/toolbox/test/test_call2.m %%DATADIR%%/toolbox/test/test_call3.m %%DATADIR%%/toolbox/test/test_call4.m +%%DATADIR%%/toolbox/test/test_cell1.m +%%DATADIR%%/toolbox/test/test_clear1.m +%%DATADIR%%/toolbox/test/test_clear2.m %%DATADIR%%/toolbox/test/test_continue1.m -%%DATADIR%%/toolbox/test/test_delete1.m -%%DATADIR%%/toolbox/test/test_delete2.m -%%DATADIR%%/toolbox/test/test_delete3.m -%%DATADIR%%/toolbox/test/test_delete4.m -%%DATADIR%%/toolbox/test/test_delete5.m -%%DATADIR%%/toolbox/test/test_delete6.m +%%DATADIR%%/toolbox/test/test_contour1.m +%%DATADIR%%/toolbox/test/test_conv2_1.m +%%DATADIR%%/toolbox/test/test_ctype1.m +%%DATADIR%%/toolbox/test/test_dcomplex1.m +%%DATADIR%%/toolbox/test/test_deblank_1.m %%DATADIR%%/toolbox/test/test_det1.m %%DATADIR%%/toolbox/test/test_diag1.m %%DATADIR%%/toolbox/test/test_diag2.m %%DATADIR%%/toolbox/test/test_diag3.m %%DATADIR%%/toolbox/test/test_diag4.m %%DATADIR%%/toolbox/test/test_diag5.m +%%DATADIR%%/toolbox/test/test_dlmread1.m %%DATADIR%%/toolbox/test/test_eig1.m %%DATADIR%%/toolbox/test/test_eig2.m %%DATADIR%%/toolbox/test/test_eig3.m @@ -2168,20 +3024,45 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_eig5.m %%DATADIR%%/toolbox/test/test_eig6.m %%DATADIR%%/toolbox/test/test_empty.m +%%DATADIR%%/toolbox/test/test_eps1.m +%%DATADIR%%/toolbox/test/test_error1.m +%%DATADIR%%/toolbox/test/test_eval1.m +%%DATADIR%%/toolbox/test/test_eval2.m +%%DATADIR%%/toolbox/test/test_eval3.m +%%DATADIR%%/toolbox/test/test_evalin1.m +%%DATADIR%%/toolbox/test/test_evalin2.m %%DATADIR%%/toolbox/test/test_exist1.m %%DATADIR%%/toolbox/test/test_exist2.m %%DATADIR%%/toolbox/test/test_fcall1.m %%DATADIR%%/toolbox/test/test_fcall2.m %%DATADIR%%/toolbox/test/test_feval1.m +%%DATADIR%%/toolbox/test/test_fieldnames1.m %%DATADIR%%/toolbox/test/test_fitfun1.m +%%DATADIR%%/toolbox/test/test_fitfun2.m +%%DATADIR%%/toolbox/test/test_fitfun3.m %%DATADIR%%/toolbox/test/test_for1.m %%DATADIR%%/toolbox/test/test_for2.m %%DATADIR%%/toolbox/test/test_for3.m %%DATADIR%%/toolbox/test/test_for4.m +%%DATADIR%%/toolbox/test/test_gausfit1.m +%%DATADIR%%/toolbox/test/test_getfield1.m +%%DATADIR%%/toolbox/test/test_getfield2.m +%%DATADIR%%/toolbox/test/test_global1.m %%DATADIR%%/toolbox/test/test_if1.m %%DATADIR%%/toolbox/test/test_if2.m %%DATADIR%%/toolbox/test/test_if3.m %%DATADIR%%/toolbox/test/test_image1.m +%%DATADIR%%/toolbox/test/test_imwrite_imread.m +%%DATADIR%%/toolbox/test/test_int2bin1.m +%%DATADIR%%/toolbox/test/test_iscellstr1.m +%%DATADIR%%/toolbox/test/test_iscellstr2.m +%%DATADIR%%/toolbox/test/test_isfield1.m +%%DATADIR%%/toolbox/test/test_isfloat1.m +%%DATADIR%%/toolbox/test/test_isinteger1.m +%%DATADIR%%/toolbox/test/test_isset1.m +%%DATADIR%%/toolbox/test/test_jit.m +%%DATADIR%%/toolbox/test/test_lasterr1.m +%%DATADIR%%/toolbox/test/test_load1.m %%DATADIR%%/toolbox/test/test_lu1.m %%DATADIR%%/toolbox/test/test_lu2.m %%DATADIR%%/toolbox/test/test_matcat1.m @@ -2192,7 +3073,12 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_matcat6.m %%DATADIR%%/toolbox/test/test_matcat7.m %%DATADIR%%/toolbox/test/test_matcat8.m +%%DATADIR%%/toolbox/test/test_nargin1.m +%%DATADIR%%/toolbox/test/test_nargin2.m +%%DATADIR%%/toolbox/test/test_num2str1.m +%%DATADIR%%/toolbox/test/test_ones1.m %%DATADIR%%/toolbox/test/test_permute1.m +%%DATADIR%%/toolbox/test/test_permute2.m %%DATADIR%%/toolbox/test/test_persistent1.m %%DATADIR%%/toolbox/test/test_persistent2.m %%DATADIR%%/toolbox/test/test_plot1.m @@ -2218,12 +3104,12 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_range7.m %%DATADIR%%/toolbox/test/test_range8.m %%DATADIR%%/toolbox/test/test_range9.m -%%DATADIR%%/toolbox/test/test_resize1.m -%%DATADIR%%/toolbox/test/test_resize2.m -%%DATADIR%%/toolbox/test/test_resize3.m -%%DATADIR%%/toolbox/test/test_resize4.m -%%DATADIR%%/toolbox/test/test_resize5.m +%%DATADIR%%/toolbox/test/test_repmat1.m +%%DATADIR%%/toolbox/test/test_repmat2.m +%%DATADIR%%/toolbox/test/test_repmat3.m +%%DATADIR%%/toolbox/test/test_reshape1.m %%DATADIR%%/toolbox/test/test_save1.m +%%DATADIR%%/toolbox/test/test_seed1.m %%DATADIR%%/toolbox/test/test_size1.m %%DATADIR%%/toolbox/test/test_size2.m %%DATADIR%%/toolbox/test/test_size3.m @@ -2249,6 +3135,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_sparse113.m %%DATADIR%%/toolbox/test/test_sparse114.m %%DATADIR%%/toolbox/test/test_sparse115.m +%%DATADIR%%/toolbox/test/test_sparse116.m %%DATADIR%%/toolbox/test/test_sparse12.m %%DATADIR%%/toolbox/test/test_sparse13.m %%DATADIR%%/toolbox/test/test_sparse14.m @@ -2341,6 +3228,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_sparse97.m %%DATADIR%%/toolbox/test/test_sparse98.m %%DATADIR%%/toolbox/test/test_sparse99.m +%%DATADIR%%/toolbox/test/test_sscanf1.m %%DATADIR%%/toolbox/test/test_strcmp1.m %%DATADIR%%/toolbox/test/test_strcmp2.m %%DATADIR%%/toolbox/test/test_struct1.m @@ -2366,6 +3254,7 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_subset2.m %%DATADIR%%/toolbox/test/test_subset20.m %%DATADIR%%/toolbox/test/test_subset21.m +%%DATADIR%%/toolbox/test/test_subset22.m %%DATADIR%%/toolbox/test/test_subset3.m %%DATADIR%%/toolbox/test/test_subset4.m %%DATADIR%%/toolbox/test/test_subset5.m @@ -2403,223 +3292,379 @@ bin/FreeMat %%DATADIR%%/toolbox/test/test_typeof3.m %%DATADIR%%/toolbox/test/test_typeof4.m %%DATADIR%%/toolbox/test/test_typeof5.m +%%DATADIR%%/toolbox/test/test_typeof6.m +%%DATADIR%%/toolbox/test/test_uint64_1.m %%DATADIR%%/toolbox/test/test_vec1.m %%DATADIR%%/toolbox/test/test_while1.m %%DATADIR%%/toolbox/test/test_while2.m %%DATADIR%%/toolbox/test/test_while3.m +%%DATADIR%%/toolbox/test/test_zeros1.m %%DATADIR%%/toolbox/test/testeq.m %%DATADIR%%/toolbox/test/tscript.m %%DATADIR%%/toolbox/test/varoutfunc.m %%DATADIR%%/toolbox/test/wbtest_abs_1.m -%%DATADIR%%/toolbox/test/wbtest_abs_2.m +%%DATADIR%%/toolbox/test/wbtest_acos_1.m %%DATADIR%%/toolbox/test/wbtest_acosd_1.m -%%DATADIR%%/toolbox/test/wbtest_acosd_2.m -%%DATADIR%%/toolbox/test/wbtest_acosd_3.m %%DATADIR%%/toolbox/test/wbtest_acosh_1.m -%%DATADIR%%/toolbox/test/wbtest_acosh_2.m -%%DATADIR%%/toolbox/test/wbtest_acosh_3.m -%%DATADIR%%/toolbox/test/wbtest_acosh_4.m -%%DATADIR%%/toolbox/test/wbtest_acosh_5.m +%%DATADIR%%/toolbox/test/wbtest_acot_1.m %%DATADIR%%/toolbox/test/wbtest_acotd_1.m -%%DATADIR%%/toolbox/test/wbtest_acotd_2.m -%%DATADIR%%/toolbox/test/wbtest_acotd_3.m -%%DATADIR%%/toolbox/test/wbtest_acotd_4.m %%DATADIR%%/toolbox/test/wbtest_acoth_1.m -%%DATADIR%%/toolbox/test/wbtest_acoth_2.m -%%DATADIR%%/toolbox/test/wbtest_acoth_3.m -%%DATADIR%%/toolbox/test/wbtest_acoth_4.m %%DATADIR%%/toolbox/test/wbtest_acsc_1.m -%%DATADIR%%/toolbox/test/wbtest_acsc_2.m -%%DATADIR%%/toolbox/test/wbtest_acsc_3.m -%%DATADIR%%/toolbox/test/wbtest_acsc_4.m %%DATADIR%%/toolbox/test/wbtest_acscd_1.m -%%DATADIR%%/toolbox/test/wbtest_acscd_2.m -%%DATADIR%%/toolbox/test/wbtest_acscd_3.m -%%DATADIR%%/toolbox/test/wbtest_acscd_4.m %%DATADIR%%/toolbox/test/wbtest_acsch_1.m -%%DATADIR%%/toolbox/test/wbtest_acsch_2.m -%%DATADIR%%/toolbox/test/wbtest_acsch_3.m -%%DATADIR%%/toolbox/test/wbtest_acsch_4.m %%DATADIR%%/toolbox/test/wbtest_all_1.m %%DATADIR%%/toolbox/test/wbtest_all_2.m %%DATADIR%%/toolbox/test/wbtest_all_3.m %%DATADIR%%/toolbox/test/wbtest_angle_1.m -%%DATADIR%%/toolbox/test/wbtest_angle_2.m %%DATADIR%%/toolbox/test/wbtest_any_1.m %%DATADIR%%/toolbox/test/wbtest_any_2.m %%DATADIR%%/toolbox/test/wbtest_any_3.m %%DATADIR%%/toolbox/test/wbtest_asec_1.m -%%DATADIR%%/toolbox/test/wbtest_asec_2.m -%%DATADIR%%/toolbox/test/wbtest_asec_3.m -%%DATADIR%%/toolbox/test/wbtest_asec_4.m %%DATADIR%%/toolbox/test/wbtest_asecd_1.m -%%DATADIR%%/toolbox/test/wbtest_asecd_2.m -%%DATADIR%%/toolbox/test/wbtest_asecd_3.m -%%DATADIR%%/toolbox/test/wbtest_asecd_4.m %%DATADIR%%/toolbox/test/wbtest_asech_1.m -%%DATADIR%%/toolbox/test/wbtest_asech_2.m -%%DATADIR%%/toolbox/test/wbtest_asech_3.m -%%DATADIR%%/toolbox/test/wbtest_asech_4.m +%%DATADIR%%/toolbox/test/wbtest_asin_1.m %%DATADIR%%/toolbox/test/wbtest_asind_1.m -%%DATADIR%%/toolbox/test/wbtest_asind_2.m -%%DATADIR%%/toolbox/test/wbtest_asind_3.m -%%DATADIR%%/toolbox/test/wbtest_asind_4.m %%DATADIR%%/toolbox/test/wbtest_asinh_1.m -%%DATADIR%%/toolbox/test/wbtest_asinh_2.m -%%DATADIR%%/toolbox/test/wbtest_asinh_3.m -%%DATADIR%%/toolbox/test/wbtest_asinh_4.m -%%DATADIR%%/toolbox/test/wbtest_asinh_5.m +%%DATADIR%%/toolbox/test/wbtest_atan2_1.m +%%DATADIR%%/toolbox/test/wbtest_atan_1.m %%DATADIR%%/toolbox/test/wbtest_atand_1.m -%%DATADIR%%/toolbox/test/wbtest_atand_2.m -%%DATADIR%%/toolbox/test/wbtest_atand_3.m -%%DATADIR%%/toolbox/test/wbtest_atand_4.m %%DATADIR%%/toolbox/test/wbtest_atanh_1.m -%%DATADIR%%/toolbox/test/wbtest_atanh_2.m -%%DATADIR%%/toolbox/test/wbtest_atanh_3.m -%%DATADIR%%/toolbox/test/wbtest_atanh_4.m +%%DATADIR%%/toolbox/test/wbtest_bin2dec_1.m +%%DATADIR%%/toolbox/test/wbtest_blanks_1.m %%DATADIR%%/toolbox/test/wbtest_cast_1.m +%%DATADIR%%/toolbox/test/wbtest_cast_10.m +%%DATADIR%%/toolbox/test/wbtest_cast_11.m +%%DATADIR%%/toolbox/test/wbtest_cast_12.m +%%DATADIR%%/toolbox/test/wbtest_cast_13.m %%DATADIR%%/toolbox/test/wbtest_cast_2.m +%%DATADIR%%/toolbox/test/wbtest_cast_3.m +%%DATADIR%%/toolbox/test/wbtest_cast_4.m +%%DATADIR%%/toolbox/test/wbtest_cast_5.m +%%DATADIR%%/toolbox/test/wbtest_cast_6.m +%%DATADIR%%/toolbox/test/wbtest_cast_7.m +%%DATADIR%%/toolbox/test/wbtest_cast_8.m +%%DATADIR%%/toolbox/test/wbtest_cast_9.m +%%DATADIR%%/toolbox/test/wbtest_cat_1.m +%%DATADIR%%/toolbox/test/wbtest_cat_2.m +%%DATADIR%%/toolbox/test/wbtest_ceil_1.m %%DATADIR%%/toolbox/test/wbtest_cellstr_1.m +%%DATADIR%%/toolbox/test/wbtest_char_1.m +%%DATADIR%%/toolbox/test/wbtest_circshift_1.m +%%DATADIR%%/toolbox/test/wbtest_circshift_2.m +%%DATADIR%%/toolbox/test/wbtest_circshift_3.m +%%DATADIR%%/toolbox/test/wbtest_circshift_4.m +%%DATADIR%%/toolbox/test/wbtest_circshift_5.m +%%DATADIR%%/toolbox/test/wbtest_circshift_6.m +%%DATADIR%%/toolbox/test/wbtest_circshift_7.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_1.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_2.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_3.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_4.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_5.m +%%DATADIR%%/toolbox/test/wbtest_comparisonops_6.m +%%DATADIR%%/toolbox/test/wbtest_complex_1.m +%%DATADIR%%/toolbox/test/wbtest_cond_1.m +%%DATADIR%%/toolbox/test/wbtest_conj_1.m +%%DATADIR%%/toolbox/test/wbtest_conv2_1.m +%%DATADIR%%/toolbox/test/wbtest_conv2_2.m +%%DATADIR%%/toolbox/test/wbtest_conv2_3.m %%DATADIR%%/toolbox/test/wbtest_conv_1.m -%%DATADIR%%/toolbox/test/wbtest_conv_2.m +%%DATADIR%%/toolbox/test/wbtest_cos_1.m %%DATADIR%%/toolbox/test/wbtest_cosd_1.m -%%DATADIR%%/toolbox/test/wbtest_cosd_2.m %%DATADIR%%/toolbox/test/wbtest_cosh_1.m -%%DATADIR%%/toolbox/test/wbtest_cosh_2.m -%%DATADIR%%/toolbox/test/wbtest_cosh_3.m -%%DATADIR%%/toolbox/test/wbtest_cosh_4.m +%%DATADIR%%/toolbox/test/wbtest_cot_1.m %%DATADIR%%/toolbox/test/wbtest_cotd_1.m -%%DATADIR%%/toolbox/test/wbtest_cotd_2.m -%%DATADIR%%/toolbox/test/wbtest_cotd_3.m -%%DATADIR%%/toolbox/test/wbtest_cotd_4.m -%%DATADIR%%/toolbox/test/wbtest_cotd_5.m %%DATADIR%%/toolbox/test/wbtest_coth_1.m -%%DATADIR%%/toolbox/test/wbtest_coth_2.m -%%DATADIR%%/toolbox/test/wbtest_coth_3.m -%%DATADIR%%/toolbox/test/wbtest_coth_4.m +%%DATADIR%%/toolbox/test/wbtest_cross_1.m +%%DATADIR%%/toolbox/test/wbtest_csc_1.m %%DATADIR%%/toolbox/test/wbtest_cscd_1.m -%%DATADIR%%/toolbox/test/wbtest_cscd_2.m %%DATADIR%%/toolbox/test/wbtest_csch_1.m -%%DATADIR%%/toolbox/test/wbtest_csch_2.m -%%DATADIR%%/toolbox/test/wbtest_csch_3.m -%%DATADIR%%/toolbox/test/wbtest_csch_4.m +%%DATADIR%%/toolbox/test/wbtest_csvread_1.m +%%DATADIR%%/toolbox/test/wbtest_csvread_2.m +%%DATADIR%%/toolbox/test/wbtest_csvread_3.m +%%DATADIR%%/toolbox/test/wbtest_csvwrite_1.m %%DATADIR%%/toolbox/test/wbtest_cumprod_1.m -%%DATADIR%%/toolbox/test/wbtest_cumprod_2.m +%%DATADIR%%/toolbox/test/wbtest_cumsum_1.m +%%DATADIR%%/toolbox/test/wbtest_deal_1.m +%%DATADIR%%/toolbox/test/wbtest_deal_2.m %%DATADIR%%/toolbox/test/wbtest_deblank_1.m -%%DATADIR%%/toolbox/test/wbtest_deblank_2.m +%%DATADIR%%/toolbox/test/wbtest_dec2bin_1.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_det_1.m +%%DATADIR%%/toolbox/test/wbtest_diff_1.m +%%DATADIR%%/toolbox/test/wbtest_diff_2.m +%%DATADIR%%/toolbox/test/wbtest_diff_3.m %%DATADIR%%/toolbox/test/wbtest_dot_1.m %%DATADIR%%/toolbox/test/wbtest_dot_2.m -%%DATADIR%%/toolbox/test/wbtest_dot_3.m -%%DATADIR%%/toolbox/test/wbtest_dot_4.m +%%DATADIR%%/toolbox/test/wbtest_dotleftdivide_1.m %%DATADIR%%/toolbox/test/wbtest_dotpower_1.m -%%DATADIR%%/toolbox/test/wbtest_dotpower_2.m -%%DATADIR%%/toolbox/test/wbtest_etime_1.m +%%DATADIR%%/toolbox/test/wbtest_dotrightdivide_1.m +%%DATADIR%%/toolbox/test/wbtest_dottimes_1.m +%%DATADIR%%/toolbox/test/wbtest_double_1.m +%%DATADIR%%/toolbox/test/wbtest_e_1.m +%%DATADIR%%/toolbox/test/wbtest_eig_1.m +%%DATADIR%%/toolbox/test/wbtest_eig_2.m +%%DATADIR%%/toolbox/test/wbtest_eig_3.m +%%DATADIR%%/toolbox/test/wbtest_eig_4.m +%%DATADIR%%/toolbox/test/wbtest_eps_1.m +%%DATADIR%%/toolbox/test/wbtest_eps_2.m +%%DATADIR%%/toolbox/test/wbtest_eps_3.m +%%DATADIR%%/toolbox/test/wbtest_eps_4.m +%%DATADIR%%/toolbox/test/wbtest_erf_1.m +%%DATADIR%%/toolbox/test/wbtest_erfc_1.m +%%DATADIR%%/toolbox/test/wbtest_exp_1.m +%%DATADIR%%/toolbox/test/wbtest_expm1_1.m +%%DATADIR%%/toolbox/test/wbtest_expm_1.m +%%DATADIR%%/toolbox/test/wbtest_eye_1.m +%%DATADIR%%/toolbox/test/wbtest_eye_2.m %%DATADIR%%/toolbox/test/wbtest_false_1.m -%%DATADIR%%/toolbox/test/wbtest_false_2.m %%DATADIR%%/toolbox/test/wbtest_feval_1.m %%DATADIR%%/toolbox/test/wbtest_feval_2.m -%%DATADIR%%/toolbox/test/wbtest_feval_3.m +%%DATADIR%%/toolbox/test/wbtest_fft_1.m +%%DATADIR%%/toolbox/test/wbtest_fft_2.m +%%DATADIR%%/toolbox/test/wbtest_fft_3.m +%%DATADIR%%/toolbox/test/wbtest_fft_4.m +%%DATADIR%%/toolbox/test/wbtest_fft_5.m +%%DATADIR%%/toolbox/test/wbtest_fft_6.m +%%DATADIR%%/toolbox/test/wbtest_fftn_1.m +%%DATADIR%%/toolbox/test/wbtest_fftn_2.m +%%DATADIR%%/toolbox/test/wbtest_fftn_3.m +%%DATADIR%%/toolbox/test/wbtest_fftshift_1.m +%%DATADIR%%/toolbox/test/wbtest_fftshift_2.m +%%DATADIR%%/toolbox/test/wbtest_fftshift_3.m +%%DATADIR%%/toolbox/test/wbtest_fileparts_1.m +%%DATADIR%%/toolbox/test/wbtest_find_1.m +%%DATADIR%%/toolbox/test/wbtest_find_2.m +%%DATADIR%%/toolbox/test/wbtest_find_3.m +%%DATADIR%%/toolbox/test/wbtest_find_4.m +%%DATADIR%%/toolbox/test/wbtest_find_5.m +%%DATADIR%%/toolbox/test/wbtest_find_6.m +%%DATADIR%%/toolbox/test/wbtest_find_7.m +%%DATADIR%%/toolbox/test/wbtest_find_8.m %%DATADIR%%/toolbox/test/wbtest_fix_1.m -%%DATADIR%%/toolbox/test/wbtest_fix_2.m -%%DATADIR%%/toolbox/test/wbtest_fix_3.m +%%DATADIR%%/toolbox/test/wbtest_flipdim_1.m +%%DATADIR%%/toolbox/test/wbtest_flipdim_2.m +%%DATADIR%%/toolbox/test/wbtest_flipdim_3.m %%DATADIR%%/toolbox/test/wbtest_fliplr_1.m -%%DATADIR%%/toolbox/test/wbtest_fliplr_2.m -%%DATADIR%%/toolbox/test/wbtest_fliplr_3.m +%%DATADIR%%/toolbox/test/wbtest_flipud_1.m +%%DATADIR%%/toolbox/test/wbtest_float_1.m +%%DATADIR%%/toolbox/test/wbtest_floor_1.m +%%DATADIR%%/toolbox/test/wbtest_gamma_1.m +%%DATADIR%%/toolbox/test/wbtest_gammaln_1.m +%%DATADIR%%/toolbox/test/wbtest_hex2dec_1.m +%%DATADIR%%/toolbox/test/wbtest_hilbert_1.m +%%DATADIR%%/toolbox/test/wbtest_hilbert_2.m +%%DATADIR%%/toolbox/test/wbtest_hist_1.m +%%DATADIR%%/toolbox/test/wbtest_horzcat_1.m +%%DATADIR%%/toolbox/test/wbtest_horzcat_2.m +%%DATADIR%%/toolbox/test/wbtest_i_1.m +%%DATADIR%%/toolbox/test/wbtest_i_2.m %%DATADIR%%/toolbox/test/wbtest_idiv_1.m %%DATADIR%%/toolbox/test/wbtest_idiv_2.m -%%DATADIR%%/toolbox/test/wbtest_idiv_3.m +%%DATADIR%%/toolbox/test/wbtest_ifftn_1.m +%%DATADIR%%/toolbox/test/wbtest_ifftn_2.m +%%DATADIR%%/toolbox/test/wbtest_ifftn_3.m +%%DATADIR%%/toolbox/test/wbtest_ifftshift_1.m +%%DATADIR%%/toolbox/test/wbtest_ifftshift_2.m +%%DATADIR%%/toolbox/test/wbtest_ifftshift_3.m +%%DATADIR%%/toolbox/test/wbtest_imag_1.m +%%DATADIR%%/toolbox/test/wbtest_inf_1.m +%%DATADIR%%/toolbox/test/wbtest_int16_1.m +%%DATADIR%%/toolbox/test/wbtest_int32_1.m +%%DATADIR%%/toolbox/test/wbtest_int64_1.m +%%DATADIR%%/toolbox/test/wbtest_int8_1.m +%%DATADIR%%/toolbox/test/wbtest_inv_1.m %%DATADIR%%/toolbox/test/wbtest_ipermute_1.m %%DATADIR%%/toolbox/test/wbtest_ipermute_2.m +%%DATADIR%%/toolbox/test/wbtest_isa_1.m +%%DATADIR%%/toolbox/test/wbtest_isa_2.m +%%DATADIR%%/toolbox/test/wbtest_isa_3.m +%%DATADIR%%/toolbox/test/wbtest_iscell_1.m +%%DATADIR%%/toolbox/test/wbtest_ischar_1.m +%%DATADIR%%/toolbox/test/wbtest_isempty_1.m +%%DATADIR%%/toolbox/test/wbtest_isinf_1.m +%%DATADIR%%/toolbox/test/wbtest_ismatrix_1.m +%%DATADIR%%/toolbox/test/wbtest_ismatrix_2.m +%%DATADIR%%/toolbox/test/wbtest_ismatrix_3.m +%%DATADIR%%/toolbox/test/wbtest_ismatrix_4.m +%%DATADIR%%/toolbox/test/wbtest_ismatrix_5.m +%%DATADIR%%/toolbox/test/wbtest_isnan_1.m +%%DATADIR%%/toolbox/test/wbtest_isreal_1.m +%%DATADIR%%/toolbox/test/wbtest_issquare_1.m +%%DATADIR%%/toolbox/test/wbtest_issquare_2.m +%%DATADIR%%/toolbox/test/wbtest_issquare_3.m +%%DATADIR%%/toolbox/test/wbtest_issquare_4.m +%%DATADIR%%/toolbox/test/wbtest_issquare_5.m %%DATADIR%%/toolbox/test/wbtest_isvector_1.m -%%DATADIR%%/toolbox/test/wbtest_isvector_2.m -%%DATADIR%%/toolbox/test/wbtest_isvector_3.m -%%DATADIR%%/toolbox/test/wbtest_isvector_4.m -%%DATADIR%%/toolbox/test/wbtest_isvector_5.m -%%DATADIR%%/toolbox/test/wbtest_isvector_6.m +%%DATADIR%%/toolbox/test/wbtest_leftdivide_1.m +%%DATADIR%%/toolbox/test/wbtest_length_1.m %%DATADIR%%/toolbox/test/wbtest_linspace_1.m +%%DATADIR%%/toolbox/test/wbtest_linspace_2.m +%%DATADIR%%/toolbox/test/wbtest_log10_1.m +%%DATADIR%%/toolbox/test/wbtest_log1p_1.m +%%DATADIR%%/toolbox/test/wbtest_log2_1.m +%%DATADIR%%/toolbox/test/wbtest_log_1.m +%%DATADIR%%/toolbox/test/wbtest_logical_1.m +%%DATADIR%%/toolbox/test/wbtest_logicalops_1.m +%%DATADIR%%/toolbox/test/wbtest_logicalops_2.m +%%DATADIR%%/toolbox/test/wbtest_logicalops_3.m +%%DATADIR%%/toolbox/test/wbtest_logicalops_4.m +%%DATADIR%%/toolbox/test/wbtest_logicalops_5.m +%%DATADIR%%/toolbox/test/wbtest_logspace_1.m +%%DATADIR%%/toolbox/test/wbtest_logspace_2.m +%%DATADIR%%/toolbox/test/wbtest_logspace_3.m %%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_lu_1.m +%%DATADIR%%/toolbox/test/wbtest_lu_2.m +%%DATADIR%%/toolbox/test/wbtest_lu_3.m +%%DATADIR%%/toolbox/test/wbtest_lu_4.m +%%DATADIR%%/toolbox/test/wbtest_max_1.m +%%DATADIR%%/toolbox/test/wbtest_max_2.m +%%DATADIR%%/toolbox/test/wbtest_max_3.m +%%DATADIR%%/toolbox/test/wbtest_max_4.m +%%DATADIR%%/toolbox/test/wbtest_max_5.m +%%DATADIR%%/toolbox/test/wbtest_max_6.m +%%DATADIR%%/toolbox/test/wbtest_maxdim_1.m +%%DATADIR%%/toolbox/test/wbtest_mean_1.m +%%DATADIR%%/toolbox/test/wbtest_mean_2.m +%%DATADIR%%/toolbox/test/wbtest_meshgrid_1.m +%%DATADIR%%/toolbox/test/wbtest_meshgrid_2.m +%%DATADIR%%/toolbox/test/wbtest_min_1.m +%%DATADIR%%/toolbox/test/wbtest_min_2.m +%%DATADIR%%/toolbox/test/wbtest_min_3.m +%%DATADIR%%/toolbox/test/wbtest_min_4.m +%%DATADIR%%/toolbox/test/wbtest_min_5.m +%%DATADIR%%/toolbox/test/wbtest_min_6.m +%%DATADIR%%/toolbox/test/wbtest_minus_1.m +%%DATADIR%%/toolbox/test/wbtest_mod_1.m +%%DATADIR%%/toolbox/test/wbtest_mod_2.m +%%DATADIR%%/toolbox/test/wbtest_mod_3.m +%%DATADIR%%/toolbox/test/wbtest_mod_4.m +%%DATADIR%%/toolbox/test/wbtest_mod_5.m +%%DATADIR%%/toolbox/test/wbtest_nan_1.m +%%DATADIR%%/toolbox/test/wbtest_ndgrid_1.m +%%DATADIR%%/toolbox/test/wbtest_ndgrid_2.m +%%DATADIR%%/toolbox/test/wbtest_ndgrid_3.m +%%DATADIR%%/toolbox/test/wbtest_ndims_1.m +%%DATADIR%%/toolbox/test/wbtest_nnz_1.m +%%DATADIR%%/toolbox/test/wbtest_nonzeros_1.m %%DATADIR%%/toolbox/test/wbtest_norm_1.m %%DATADIR%%/toolbox/test/wbtest_norm_2.m %%DATADIR%%/toolbox/test/wbtest_norm_3.m +%%DATADIR%%/toolbox/test/wbtest_norm_4.m +%%DATADIR%%/toolbox/test/wbtest_norm_5.m +%%DATADIR%%/toolbox/test/wbtest_norm_6.m %%DATADIR%%/toolbox/test/wbtest_num2hex_1.m -%%DATADIR%%/toolbox/test/wbtest_num2hex_2.m +%%DATADIR%%/toolbox/test/wbtest_num2str_1.m +%%DATADIR%%/toolbox/test/wbtest_numel_1.m +%%DATADIR%%/toolbox/test/wbtest_numel_2.m %%DATADIR%%/toolbox/test/wbtest_permute_1.m %%DATADIR%%/toolbox/test/wbtest_permute_2.m +%%DATADIR%%/toolbox/test/wbtest_pi_1.m +%%DATADIR%%/toolbox/test/wbtest_pinv_1.m %%DATADIR%%/toolbox/test/wbtest_plus_1.m +%%DATADIR%%/toolbox/test/wbtest_poly_1.m %%DATADIR%%/toolbox/test/wbtest_polyder_1.m %%DATADIR%%/toolbox/test/wbtest_polyder_2.m +%%DATADIR%%/toolbox/test/wbtest_polyint_1.m +%%DATADIR%%/toolbox/test/wbtest_polyint_2.m +%%DATADIR%%/toolbox/test/wbtest_polyval_1.m %%DATADIR%%/toolbox/test/wbtest_prod_1.m +%%DATADIR%%/toolbox/test/wbtest_qr_1.m +%%DATADIR%%/toolbox/test/wbtest_qr_2.m +%%DATADIR%%/toolbox/test/wbtest_qr_3.m %%DATADIR%%/toolbox/test/wbtest_rad2deg_1.m -%%DATADIR%%/toolbox/test/wbtest_rad2deg_2.m -%%DATADIR%%/toolbox/test/wbtest_rad2deg_3.m +%%DATADIR%%/toolbox/test/wbtest_rank_1.m +%%DATADIR%%/toolbox/test/wbtest_rank_2.m +%%DATADIR%%/toolbox/test/wbtest_rcond_1.m +%%DATADIR%%/toolbox/test/wbtest_real_1.m +%%DATADIR%%/toolbox/test/wbtest_rem_1.m +%%DATADIR%%/toolbox/test/wbtest_rem_2.m +%%DATADIR%%/toolbox/test/wbtest_rem_3.m +%%DATADIR%%/toolbox/test/wbtest_rem_4.m +%%DATADIR%%/toolbox/test/wbtest_rem_5.m +%%DATADIR%%/toolbox/test/wbtest_repmat_1.m +%%DATADIR%%/toolbox/test/wbtest_repmat_2.m +%%DATADIR%%/toolbox/test/wbtest_repmat_3.m +%%DATADIR%%/toolbox/test/wbtest_repmat_4.m +%%DATADIR%%/toolbox/test/wbtest_rightdivide_1.m %%DATADIR%%/toolbox/test/wbtest_roots_1.m +%%DATADIR%%/toolbox/test/wbtest_round_1.m +%%DATADIR%%/toolbox/test/wbtest_rref_1.m +%%DATADIR%%/toolbox/test/wbtest_rref_2.m +%%DATADIR%%/toolbox/test/wbtest_rref_3.m +%%DATADIR%%/toolbox/test/wbtest_sec_1.m %%DATADIR%%/toolbox/test/wbtest_secd_1.m -%%DATADIR%%/toolbox/test/wbtest_secd_2.m %%DATADIR%%/toolbox/test/wbtest_sech_1.m -%%DATADIR%%/toolbox/test/wbtest_sech_2.m -%%DATADIR%%/toolbox/test/wbtest_sech_3.m -%%DATADIR%%/toolbox/test/wbtest_sech_4.m +%%DATADIR%%/toolbox/test/wbtest_shiftdim_1.m +%%DATADIR%%/toolbox/test/wbtest_shiftdim_2.m +%%DATADIR%%/toolbox/test/wbtest_shiftdim_3.m +%%DATADIR%%/toolbox/test/wbtest_sin_1.m %%DATADIR%%/toolbox/test/wbtest_sind_1.m -%%DATADIR%%/toolbox/test/wbtest_sind_2.m %%DATADIR%%/toolbox/test/wbtest_sinh_1.m -%%DATADIR%%/toolbox/test/wbtest_sinh_2.m -%%DATADIR%%/toolbox/test/wbtest_sinh_3.m -%%DATADIR%%/toolbox/test/wbtest_sinh_4.m +%%DATADIR%%/toolbox/test/wbtest_size_1.m +%%DATADIR%%/toolbox/test/wbtest_sort_1.m +%%DATADIR%%/toolbox/test/wbtest_sort_2.m +%%DATADIR%%/toolbox/test/wbtest_sort_3.m +%%DATADIR%%/toolbox/test/wbtest_sort_4.m +%%DATADIR%%/toolbox/test/wbtest_sort_5.m +%%DATADIR%%/toolbox/test/wbtest_sort_6.m %%DATADIR%%/toolbox/test/wbtest_speye_1.m +%%DATADIR%%/toolbox/test/wbtest_speye_2.m +%%DATADIR%%/toolbox/test/wbtest_sprintf_1.m +%%DATADIR%%/toolbox/test/wbtest_sprintf_2.m +%%DATADIR%%/toolbox/test/wbtest_sprintf_3.m +%%DATADIR%%/toolbox/test/wbtest_sprintf_4.m +%%DATADIR%%/toolbox/test/wbtest_sqrt_1.m +%%DATADIR%%/toolbox/test/wbtest_squeeze_1.m %%DATADIR%%/toolbox/test/wbtest_std_1.m %%DATADIR%%/toolbox/test/wbtest_std_2.m +%%DATADIR%%/toolbox/test/wbtest_str2num_1.m %%DATADIR%%/toolbox/test/wbtest_strcmp_1.m -%%DATADIR%%/toolbox/test/wbtest_strcmp_2.m -%%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_string_1.m %%DATADIR%%/toolbox/test/wbtest_strncmp_1.m %%DATADIR%%/toolbox/test/wbtest_strncmp_2.m -%%DATADIR%%/toolbox/test/wbtest_strncmp_3.m -%%DATADIR%%/toolbox/test/wbtest_strncmp_4.m -%%DATADIR%%/toolbox/test/wbtest_strncmp_5.m -%%DATADIR%%/toolbox/test/wbtest_strncmp_6.m %%DATADIR%%/toolbox/test/wbtest_strrep_1.m %%DATADIR%%/toolbox/test/wbtest_strrep_2.m +%%DATADIR%%/toolbox/test/wbtest_strstr_1.m %%DATADIR%%/toolbox/test/wbtest_strtrim_1.m -%%DATADIR%%/toolbox/test/wbtest_strtrim_2.m +%%DATADIR%%/toolbox/test/wbtest_sub2ind_1.m +%%DATADIR%%/toolbox/test/wbtest_sum_1.m +%%DATADIR%%/toolbox/test/wbtest_sum_2.m +%%DATADIR%%/toolbox/test/wbtest_svd_1.m +%%DATADIR%%/toolbox/test/wbtest_svd_2.m +%%DATADIR%%/toolbox/test/wbtest_svd_3.m %%DATADIR%%/toolbox/test/wbtest_symvar_1.m -%%DATADIR%%/toolbox/test/wbtest_symvar_2.m -%%DATADIR%%/toolbox/test/wbtest_symvar_3.m +%%DATADIR%%/toolbox/test/wbtest_tan_1.m %%DATADIR%%/toolbox/test/wbtest_tand_1.m -%%DATADIR%%/toolbox/test/wbtest_tand_2.m -%%DATADIR%%/toolbox/test/wbtest_tand_3.m -%%DATADIR%%/toolbox/test/wbtest_tand_4.m -%%DATADIR%%/toolbox/test/wbtest_tand_5.m %%DATADIR%%/toolbox/test/wbtest_tanh_1.m -%%DATADIR%%/toolbox/test/wbtest_tanh_2.m -%%DATADIR%%/toolbox/test/wbtest_tanh_3.m -%%DATADIR%%/toolbox/test/wbtest_tanh_4.m +%%DATADIR%%/toolbox/test/wbtest_times_1.m +%%DATADIR%%/toolbox/test/wbtest_transpose_1.m %%DATADIR%%/toolbox/test/wbtest_true_1.m -%%DATADIR%%/toolbox/test/wbtest_true_2.m +%%DATADIR%%/toolbox/test/wbtest_typeof_1.m %%DATADIR%%/toolbox/test/wbtest_typerules_1.m %%DATADIR%%/toolbox/test/wbtest_typerules_2.m %%DATADIR%%/toolbox/test/wbtest_typerules_3.m %%DATADIR%%/toolbox/test/wbtest_typerules_4.m +%%DATADIR%%/toolbox/test/wbtest_uint16_1.m +%%DATADIR%%/toolbox/test/wbtest_uint32_1.m +%%DATADIR%%/toolbox/test/wbtest_uint64_1.m +%%DATADIR%%/toolbox/test/wbtest_uint8_1.m +%%DATADIR%%/toolbox/test/wbtest_unique_1.m +%%DATADIR%%/toolbox/test/wbtest_unique_2.m +%%DATADIR%%/toolbox/test/wbtest_unique_3.m +%%DATADIR%%/toolbox/test/wbtest_unique_4.m %%DATADIR%%/toolbox/test/wbtest_upper_1.m -%%DATADIR%%/toolbox/test/wbtest_upper_2.m -%%DATADIR%%/toolbox/test/wbtest_upper_3.m +%%DATADIR%%/toolbox/test/wbtest_var_1.m +%%DATADIR%%/toolbox/test/wbtest_var_2.m +%%DATADIR%%/toolbox/test/wbtest_vertcat_1.m %%DATADIR%%/toolbox/test/wrapcall.m %%DATADIR%%/toolbox/time/etime.m %%DATADIR%%/toolbox/trig/acosd.m -%%DATADIR%%/toolbox/trig/acosh.m %%DATADIR%%/toolbox/trig/acot.m %%DATADIR%%/toolbox/trig/acotd.m %%DATADIR%%/toolbox/trig/acoth.m @@ -2629,25 +3674,14 @@ bin/FreeMat %%DATADIR%%/toolbox/trig/angle.m %%DATADIR%%/toolbox/trig/asec.m %%DATADIR%%/toolbox/trig/asecd.m -%%DATADIR%%/toolbox/trig/asech.m %%DATADIR%%/toolbox/trig/asind.m -%%DATADIR%%/toolbox/trig/asinh.m %%DATADIR%%/toolbox/trig/atand.m -%%DATADIR%%/toolbox/trig/atanh.m -%%DATADIR%%/toolbox/trig/cosd.m -%%DATADIR%%/toolbox/trig/cosh.m %%DATADIR%%/toolbox/trig/cotd.m %%DATADIR%%/toolbox/trig/coth.m -%%DATADIR%%/toolbox/trig/cscd.m %%DATADIR%%/toolbox/trig/csch.m %%DATADIR%%/toolbox/trig/deg2rad.m %%DATADIR%%/toolbox/trig/rad2deg.m -%%DATADIR%%/toolbox/trig/secd.m %%DATADIR%%/toolbox/trig/sech.m -%%DATADIR%%/toolbox/trig/sind.m -%%DATADIR%%/toolbox/trig/sinh.m -%%DATADIR%%/toolbox/trig/tand.m -%%DATADIR%%/toolbox/trig/tanh.m %%DATADIR%%/toolbox/util/addpath.m %%DATADIR%%/toolbox/util/ctypecast.m %%DATADIR%%/toolbox/util/ctypenew.m @@ -2662,14 +3696,22 @@ bin/FreeMat %%DATADIR%%/toolbox/util/rehash.m %%DATADIR%%/toolbox/util/rescan.m %%DATADIR%%/toolbox/util/threadcall.m +%%DATADIR%%/toolbox/util/wbgentests.m +%%DATADIR%%/toolbox/util/wbtest_exact.m +%%DATADIR%%/toolbox/util/wbtest_near.m +%%DATADIR%%/toolbox/util/wbtest_near_permute.m +%%DATADIR%%/toolbox/util/wbtestcompare.m +%%DATADIR%%/toolbox/util/wbtestinputs.m @dirrm %%DATADIR%%/toolbox/util @dirrm %%DATADIR%%/toolbox/trig @dirrm %%DATADIR%%/toolbox/time +@dirrm %%DATADIR%%/toolbox/test/reference @dirrm %%DATADIR%%/toolbox/test @dirrm %%DATADIR%%/toolbox/string @dirrm %%DATADIR%%/toolbox/stat @dirrm %%DATADIR%%/toolbox/sparse @dirrm %%DATADIR%%/toolbox/signal +@dirrm %%DATADIR%%/toolbox/random @dirrm %%DATADIR%%/toolbox/poly @dirrm %%DATADIR%%/toolbox/os @dirrm %%DATADIR%%/toolbox/numerical @@ -2698,7 +3740,7 @@ bin/FreeMat @dirrm %%DATADIR%%/toolbox/array @dirrm %%DATADIR%%/toolbox @dirrm %%DATADIR%%/help/text -@dirrm %%DATADIR%%/help/latex +@dirrm %%DATADIR%%/help/pdf @dirrm %%DATADIR%%/help/html @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% |