Code covered by the BSD License
-
alltrue(V)
ALLTRUE Judges whether all elements are true
-
anytrue(V)
ANYTRUE Judges whether there exists an elements that is true
-
arrselect(A, f)
ARRSELECT Selects the elements in an array satisfying some conditions
-
cartproduct(varargin)
CARTPRODUCT Computes the Cartesian products between cell arrays
-
cartproduct_s(fieldnames, var...
CARTPRODUCT_S Computes the Cartesian products between cell arrays and
-
celall(C, f)
CELALL whether all elements in the cell array satisfy some conditions
-
celany(C, f)
CELANY whether there are elements in the cell array satisfying some conditions
-
celcount(C, x)
CELCOUNT Counts the number of occurrences of the specified element
-
celcount_if(C, f)
CELCOUNT Counts the number of elements satisfying some conditions
-
celinclude(C, x)
CELINCLUDE Tests whether a cell array includes a specified element
-
celmerge(varargin)
CELMERGE Merges multiple cell arrays into a cell array of tuples
-
celosf(S, fieldname)
CELOSF Takes all values of a specified field of struct S to form a cell
-
celremove(C, varargin)
CELREMOVE Removes all the specified elements
-
celremove_if(C, f)
CELREMOVE_IF Removes the elements satisfying some conditions
-
celselect(C, f)
CELSELECT Selects the elements in a cell array satisfying some conditions
-
celsplit(tuples, inds)
CELSPLIT Splits the cell array of tuples into multiple cell arrays
-
combfun(f, uout, varargin)
COMBFUN Applies a function to all combinations of parameters
-
count_if(A, f)
COUNT_IF Counts the number of elements satisfying some conditions
-
countfalse(V)
COUNTFALSE Counts the number of false values in a logical array
-
counttrue(V)
COUNTTRUE Counts the number of true values in a logical array
-
dealfields(S, varargin)
DEALFIELDS Deals field values to cell arrays
-
dmdoc(name)
DMDOC Opens the HTML document in the MATLAB web browser
-
dmtoolbox_info()
DMTOOLBOX_INFO Gets the information of the dmtoolbox
-
dmtoolbox_install(varargin)
DMTOOLBOX_INSTALL Installs the toolbox into MATLAB
-
dmtoolbox_test(varargin)
DMTOOLBOX_TEST Performs testing on the functionality of the toolbox
-
fields2cell(s, fieldnames)
FIELDS2CELL Gets multiple fields of a struct and form a cell array
-
fields2mat(S, varargin)
FIELDS2MAT merges the field values in a struct array into arrays
-
pairs2map(pairs, op)
PAIRS2MAP Constructs a map from a cell array of key-value pairs
-
scalarmap(key, keys, values, ...
SCALARMAP Maps a scalar to a value in a cell array
-
setopts(opts0, varargin)
SETOPTS Sets the options and makes the option-struct
-
sortstructs(S, f, vtype, mode...
SORTSTRUCTS Sorts the elements in a struct array
-
strend(str, endstr)
STREND Tests whether a string ends with a specified substring
-
strformat(fmt, varargin)
STRFORMAT Formats a string using an ordered/named formatter
-
strindex(s, strs, h)
STRINDEX Determines the index of a string in a set of strings
-
stringmap(key, keys, values, ...
STRINGMAP Maps a string key to a value in a cell array
-
stringmap_a(key, keys, values...
STRINGMAP_A Maps a string key to a value in an array
-
strjoin(strs, delimiter)
STRJOIN Joins multiple strings with delimiters
-
strranges(str, ranges)
STRRANGES Create a set of sub string specified by ranges
-
strrangesubs(str, ranges, sub...
STRRANGESUBS Substitutes sub ranges in a string with other strings
-
strscan(str, pattern)
STRSCAN Scans the sub strings that match the specified regular pattern
-
strscant(str, pattern, f, inp...
STRSCANT Scans the tokens of sub strings matching the specified patterns
-
strsplit(str, delimiter)
STRSPLIT Splits a string into sub strings with specified delimiter
-
strstart(str, startstr)
STRSTART Tests whether a string starts with a specified substring
-
strsubs(str, pattern, rule, v...
STRTOKENSUBS Substitute the tokens in a string by converted strings
-
strsubsfmt(str, pattern, fmt,...
STRSUBSFMT Replaces specified patterns in a string with new format
-
struct2tuples(S, fieldnames)
STRUCT2TUPLES Converts a struct array into a cell array of tuples
-
tassert(expr, level, rstack)
TASSERT Testing an assertion
-
tassert_class(classname, x, l...
TASSERT_CLASS Testing an assertion on the class of a value
-
tassert_empty(x, level, rstac...
TASSERT_EMPTY Test an assertion that a variable is empty
-
tassert_eq(x, y, level, rstac...
TASSERT_EQ Testing an assertion of equality
-
tassert_exc(errid, f, level, ...
TASSERT_EXC Tests the assertion on exception
-
testunit_example()
TESTUNIT_EXAMPLE A set of examples showing how to use the unit testing
-
tuples2struct(tuples, inds, f...
TUPLES2STRUCT Constructs a struct array using the values in tuples
-
typecheck(x, varargin)
TYPECHECK Checks whether the variable x is of the specified types
-
testcase(name, F, varargin)
TESTCASE Constructs a test case
-
testlog()
TESTLOG Constructs a logger of testing
-
testmon()
TESTMON Constructs a testing monitor
-
testsuite(name, units)
TESTSUITE Constructs a test suite
-
Contents.m
-
Contents.m
-
Contents.m
-
Contents.m
-
Contents.m
-
Contents.m
-
Contents.m
-
View all files
from
Data Manipulation Toolbox
by Dahua Lin
Manipulation of data such as string, array, cell array and struct, and a unit testing framework
|
| All files for Data Manipulation Toolbox |
/dmtoolbox/Contents.m
/dmtoolbox/Readme.htm
/dmtoolbox/cells/Contents.m
/dmtoolbox/cells/celall.m
/dmtoolbox/cells/celany.m
/dmtoolbox/cells/celcount.m
/dmtoolbox/cells/celcount_if.m
/dmtoolbox/cells/celinclude.m
/dmtoolbox/cells/celmerge.m
/dmtoolbox/cells/celremove.m
/dmtoolbox/cells/celremove_if.m
/dmtoolbox/cells/celselect.m
/dmtoolbox/cells/celsplit.m
/dmtoolbox/dmdoc.m
/dmtoolbox/dmtoolbox_info.m
/dmtoolbox/dmtoolbox_install.m
/dmtoolbox/dmtoolbox_test.m
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celall.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celany.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celcount.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celcount_if.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celinclude.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celmerge.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celremove.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celremove_if.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celselect.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.celsplit.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.cells.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.dmdoc.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.dmtoolbox_info.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.dmtoolbox_install.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.dmtoolbox_test.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.maps.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.maps.pairs2map.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.maps.scalarmap.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.maps.stringmap.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.maps.stringmap_a.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strend.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strformat.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strindex.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strjoin.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strranges.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strrangesubs.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strscan.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strscant.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strsplit.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strstart.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strsubs.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.strings.strsubsfmt.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.celosf.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.dealfields.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.fields2cell.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.fields2mat.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.setopts.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.sortstructs.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.struct2tuples.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.structs.tuples2struct.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testcase.getname.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testcase.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testcase.nfuns.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testcase.run.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testcase.testcase.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testlog.indent.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testlog.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testlog.on_tevent.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testlog.print.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testlog.testlog.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testmon.addrec.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testmon.get_testinfo.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testmon.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testmon.nrecs.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testmon.testmon.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testsuite.getname.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testsuite.getunits.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testsuite.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testsuite.run.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.@testsuite.testsuite.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.tassert.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.tassert_class.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.tassert_empty.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.tassert_eq.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.tassert_exc.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.tests.testunit_example.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.alltrue.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.anytrue.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.arrselect.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.cartproduct.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.cartproduct_s.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.combfun.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.count_if.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.countfalse.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.counttrue.mfile.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.mdir.xml
/dmtoolbox/doc/helps/mdoc.dmtoolbox.utils.typecheck.mfile.xml
/dmtoolbox/doc/helptoc.xml
/dmtoolbox/doc/mdir_doc.css
/dmtoolbox/doc/mdir_doc.xsl
/dmtoolbox/doc/mfile_doc.css
/dmtoolbox/doc/mfile_doc.xsl
/dmtoolbox/info.xml
/dmtoolbox/maps/Contents.m
/dmtoolbox/maps/pairs2map.m
/dmtoolbox/maps/scalarmap.m
/dmtoolbox/maps/stringmap.m
/dmtoolbox/maps/stringmap_a.m
/dmtoolbox/strings/Contents.m
/dmtoolbox/strings/strend.m
/dmtoolbox/strings/strformat.m
/dmtoolbox/strings/strindex.m
/dmtoolbox/strings/strjoin.m
/dmtoolbox/strings/strranges.m
/dmtoolbox/strings/strrangesubs.m
/dmtoolbox/strings/strscan.m
/dmtoolbox/strings/strscant.m
/dmtoolbox/strings/strsplit.m
/dmtoolbox/strings/strstart.m
/dmtoolbox/strings/strsubs.m
/dmtoolbox/strings/strsubsfmt.m
/dmtoolbox/structs/Contents.m
/dmtoolbox/structs/celosf.m
/dmtoolbox/structs/dealfields.m
/dmtoolbox/structs/fields2cell.m
/dmtoolbox/structs/fields2mat.m
/dmtoolbox/structs/setopts.m
/dmtoolbox/structs/sortstructs.m
/dmtoolbox/structs/struct2tuples.m
/dmtoolbox/structs/tuples2struct.m
/dmtoolbox/tests/@testcase/getname.m
/dmtoolbox/tests/@testcase/nfuns.m
/dmtoolbox/tests/@testcase/run.m
/dmtoolbox/tests/@testcase/testcase.m
/dmtoolbox/tests/@testlog/indent.m
/dmtoolbox/tests/@testlog/on_tevent.m
/dmtoolbox/tests/@testlog/print.m
/dmtoolbox/tests/@testlog/testlog.m
/dmtoolbox/tests/@testmon/addrec.m
/dmtoolbox/tests/@testmon/get_testinfo.m
/dmtoolbox/tests/@testmon/nrecs.m
/dmtoolbox/tests/@testmon/testmon.m
/dmtoolbox/tests/@testsuite/getname.m
/dmtoolbox/tests/@testsuite/getunits.m
/dmtoolbox/tests/@testsuite/run.m
/dmtoolbox/tests/@testsuite/testsuite.m
/dmtoolbox/tests/Contents.m
/dmtoolbox/tests/tassert.m
/dmtoolbox/tests/tassert_class.m
/dmtoolbox/tests/tassert_empty.m
/dmtoolbox/tests/tassert_eq.m
/dmtoolbox/tests/tassert_exc.m
/dmtoolbox/tests/testunit_example.m
/dmtoolbox/utils/Contents.m
/dmtoolbox/utils/alltrue.m
/dmtoolbox/utils/anytrue.m
/dmtoolbox/utils/arrselect.m
/dmtoolbox/utils/cartproduct.m
/dmtoolbox/utils/cartproduct_s.m
/dmtoolbox/utils/combfun.m
/dmtoolbox/utils/count_if.m
/dmtoolbox/utils/countfalse.m
/dmtoolbox/utils/counttrue.m
/dmtoolbox/utils/typecheck.m
/license.txt
|
|
Contact us at files@mathworks.com