|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 16 Oct 2009 |
|
DateConvert Simple but fast date conversion: 1.3% of DATESTR time, 20% of DATEVEC/ DATENUM time | 120 | 0 | ||
| 05 Oct 2009 | Reverse Token Order Reverse the order of words in a string. | 17 | 0 | |||
| 14 Sep 2009 | lexcmp Fast C-style array/string comparison (by lexical ordering) | 132 | 0 | |||
| 12 Sep 2009 |
|
CStrAinBP Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF. | 124 | 0 | ||
| 18 Aug 2009 | extract substring substr extracts a substring of length len from the string str, starting at the specified offset. | 145 | 0 | |||
| 03 Aug 2009 | char2cell Converts a character array (or cell string) array to a cell string array using delimiters and rows. | 124 | 0 | |||
| 29 Jun 2009 | Longest Common Substring Gives the longest common substring between two stings. | 35 | 5 | |||
| 24 Jun 2009 | CStrCatStr Cat 2 or 3 strings/cell strings MEX: 10 times faster than STRCAT | 125 | 0 | |||
| 21 Jun 2009 | DispA(ll) Version of disp that can take any number of arguments | 15 | 0 | |||
| 11 Jun 2009 |
|
cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table | 144 | 4 | ||
| 08 Jun 2009 | readline.m v3.0 (Jun, 2009) Reads the specified line(s) from a file. | 171 | 11 | |||
| 24 May 2009 | compare, alltrue compares structs, cells and arrays element-by-element | 22 | 3 | |||
| 11 May 2009 | Jenkin's "One at a time" hash Simple, high-performance hash to map char strings into 32 bit ints | 10 | 0 | |||
| 07 May 2009 | string lookup lookup(c, str) compares the string in str against each element of the cell array c | 107 | 0 | |||
| 05 May 2009 | Regular expression search in cell array of strings Search in cell array of strings. Returns indexes of cells in stead of indexes within cells . | 37 | 2 | |||
| 28 Apr 2009 |
|
cellhist Plots a Histogram based on cell string array. | 13 | 0 | ||
| 21 Apr 2009 |
|
hs: a pedestrian history search engine hs searches the command history for patterns | 96 | 8 | ||
| 30 Mar 2009 | parseCSVLine Parses a valid CSV line and returns a cell array | 22 | 0 | |||
| 22 Mar 2009 | verbatim: Get the text of a block comment. Verbatim returns the text contained in the next block comment. | 103 | 1 | |||
| 19 Mar 2009 | String comparison Compares 2 strings. Output is identical to that of C string library. | 19 | 0 | |||
| 19 Mar 2009 | Compare anything Compares quantatively structs, cell, array, element by element. | 23 | 3 | |||
| 21 Jan 2009 | locate A which command that also handles shadowed files and partial string matches for function names. | 16 | 0 | |||
| 08 Jan 2009 | Replace strings in text file REPLACEINFILE replaces characters in ASCII file using PERL | 90 | 9 | |||
| 10 Dec 2008 | Vector to colon notation Converts a vector into a string with its MATLAB colon notation (single resolution). | 19 | 3 | |||
| 07 Nov 2008 |
|
Harmony Element Algorithm Harmony Element Algorithm A Graphycal User Interface | 30 | 0 | ||
| 05 Nov 2008 | sort_nat: Natural Order Sort Sort strings in natural order. | 122 | 7 | |||
| 10 Oct 2008 | String Toolkits A set of useful string manipulation functions that MATLAB does not offer | 136 | 2 | |||
| 30 Sep 2008 | Find Numbers in a String Finds flaoting point numbers in a string including: complex, real, integers, and currency (dollars). | 124 | 0 | |||
| 22 Sep 2008 | ENUMARRAY An array that inherits from class DOUBLE and allows a user to index elements using an enumerated typ | 14 | 1 | |||
| 12 Sep 2008 | Simple String Cleanup Utility Simple utility function that cleans up stray characters and spaces from strings so they can be used | 135 | 0 | |||
| 08 Sep 2008 |
|
Using regular expressions to process filenames Six minute video shows how to process file names from a directory | 24 | 0 | ||
| 02 Sep 2008 | Typing Speed Test Simple GUI that measures your typing speed. | 100 | 0 | |||
| 31 Jul 2008 |
|
ORDNUMSTR Makes an ordinal numeral string from a number, e.g. 3 becomes 3rd. | 140 | 2 | ||
| 30 Jul 2008 |
|
Classification Complete tourney, 8 or 16 teams | 12 | 4 | ||
| 28 Jul 2008 | cell2css Convert a cell array of strings to a comma-separated string for meta-programming or generating M-fil | 10 | 0 | |||
| 11 Jul 2008 |
|
rex: a pedestrian regular expression operator synopsis generator rex prints a synopsis of the current regular expression operator syntax | 129 | 0 | ||
| 10 Jul 2008 | num2cellstr num2CellStr converts numeric or logical array to a cell array of strings | 38 | 1 | |||
| 27 May 2008 | vect2str -- vector to string conversion vect2str prints out a numeric vector into a string. Fully customisable. | 20 | 1 | |||
| 04 Apr 2008 | GETRGB (v1.0) Get RGB triplet of matlab color name | 130 | 0 | |||
| 03 Apr 2008 | str2rgb Converts a string representation of a color to an RGB triple | 109 | 7 | |||
| 03 Apr 2008 | num2money Converts a numeric value to a monetary value string | 91 | 4 | |||
| 31 Jan 2008 | int2strn convert integer to string, using either integer or exponential format | 93 | 0 | |||
| 23 Jan 2008 | Parse Strings Using Delimiters These two functions parse a string or cell array of strings based on one or more delimiters. | 23 | 3 | |||
| 23 Jan 2008 | tooltiptoggle Toggle display of tooltips within given figure handle | 25 | 0 | |||
| 18 Jan 2008 | C-Style String Comparisons Implements C-style string comparison operations | 11 | 2 | |||
| 20 Dec 2007 | Converting between text strings and binary vectors Functions to convert from text strings to binary vectors and back again. | 143 | 1 | |||
| 18 Oct 2007 | strrel Applied relational operators to such as == or < to character arrays or cell arrays of strings accord | 100 | 2 | |||
| 30 Aug 2007 | writereg.m write string and integer values to Windows Registry | 10 | 3 | |||
| 03 Aug 2007 |
|
abc2num Function that translates a spreadsheet column label to a column number. | 121 | 0 | ||
| 03 Aug 2007 |
|
num2abc Function that translates numbers to spreadsheet column labels. | 110 | 0 | ||
| 30 Jul 2007 | A much improved CHAR2LINE Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. | 107 | 0 | |||
| 16 Jul 2007 |
|
fpat: a fuzzy pattern detector the only pattern detector you will ever need | 117 | 2 | ||
| 04 Jul 2007 | parse4num Parses a string for a number value using a given string token. | 101 | 0 | |||
| 02 Jul 2007 | Data Manipulation Toolbox Manipulation of data such as string, array, cell array and struct, and a unit testing framework | 132 | 4 | |||
| 07 Jun 2007 | rsplit Splits a delimited string into a cell array using a regular expression. | 116 | 6 | |||
| 11 May 2007 | cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse | 88 | 4 | |||
| 20 Feb 2007 | cell2str Convert a 2-D cell array of strings to a string in MATLAB syntax. | 232 | 3 | |||
| 20 Feb 2007 | find pattern in string in reverse order search character in string from right-hand end | 21 | 0 | |||
| 20 Feb 2007 | instrrev/strrevfind Find character in string from EOS (right-hand end) | 14 | 0 | |||
| 13 Dec 2006 |
|
An Embedded MATLAB Approach for String Support in Stateflow This example demonstrates one approach using Embedded MATLAB to output strings from a Stateflow char | 6 | 0 | ||
| 06 Nov 2006 | Easy TextCryption here it is a simple work on text cryptography | 24 | 1 | |||
| 25 Oct 2006 | stok - string tokenizer Find the addresses of tokens in the strings | 21 | 8 | |||
| 23 Oct 2006 | Picking elements from a set Gives all possibilities of picking k elements from a set of N with/without order/repetition. | 40 | 11 | |||
| 15 Sep 2006 | Read and Write Values from and to the Registry using Matlab Read and Write Values from and to the Registry using Matlab | 20 | 6 | |||
| 10 Jul 2006 | file2str converts a text file into a cell array | 27 | 1 | |||
| 05 Jul 2006 |
|
strpat: a pedestrian, exactly matching pattern finder / replacer finds and/or replaces an exactly matching pattern in a string or a numeric array | 116 | 1 | ||
| 12 Jun 2006 |
|
dispx: Display styled string in xterm Display string with underlined, bold or colored characters in an xterm. | 131 | 2 | ||
| 12 Apr 2006 | searchInFile searches blockwise for a string or binary pattern in a file | 13 | 0 | |||
| 07 Apr 2006 |
|
parseargs: Simplifies input processing for functions with multiple options For parsing function arguments supplied as name-value pairs, e.g. 'XLim',[0 10],'YLim',[0 100] | 119 | 3 | ||
| 04 Apr 2006 |
|
grep: a pedestrian, very fast grep utility a unix-like, very fast grep utility to find strings(s) in files of any type | 128 | 9 | ||
| 28 Mar 2006 |
|
detab: a pedestrian string detabulator replaces TAB characters with the appropriate number of SPACE characters | 100 | 2 | ||
| 06 Mar 2006 | Line-wrap a string Break a string into multiple lines | 136 | 2 | |||
| 24 Feb 2006 |
|
RS232+LAN Blockset Allows Simulink to format string and communicate with remote devices using RS232 or TCP/IP ports. | 35 | 4 | ||
| 21 Feb 2006 | mtx2charcell Converts a matrix of numbers into a cell array of strings. | 101 | 4 | |||
| 07 Feb 2006 | Image credit string Display image credit string at bottom of image | 154 | 1 | |||
| 31 Jan 2006 | FIND STRING IN A TEXT FILE Searches for a string in a text file | 162 | 3 | |||
| 27 Dec 2005 |
|
findreplace This function finds and replaces strings in a text file | 146 | 4 | ||
| 21 Sep 2005 | Generate MATLAB Help Footnote Automatically generate help footnote. | 15 | 1 | |||
| 31 Aug 2005 | SORTN - sort textual lists Sort text lists containing letters and numbers. | 18 | 8 | |||
| 27 Jul 2005 |
|
FixFileName removes invalid symbols from a filename taking the OS into account, automatically or by specifying a | 138 | 0 | ||
| 22 Jun 2005 | hexsingle2num hex2num for single. | 17 | 6 | |||
| 07 Jun 2005 | str2cell: a pedestrian cell creator creates a cell array from an input vector of any valid ML datatype | 101 | 5 | |||
| 03 Jun 2005 |
|
StrrepLikeRegexprep STRREP, but uses the input and output format of REGEXPREP | 89 | 1 | ||
| 20 May 2005 | singlehex2num hex2num for single. | 8 | 4 | |||
| 10 May 2005 | eng2num Decodification of engineering representation. | 8 | 0 | |||
| 10 May 2005 | num2eng Number representation with engineering units. | 5 | 0 | |||
| 04 May 2005 |
|
REORDERPDF Reorders the pages in your pdf file. | 96 | 0 | ||
| 25 Apr 2005 |
|
gettok: a pedestrian matlab constructs decoder a decoder/tokenizer for MATLAB constructs | 93 | 1 | ||
| 17 Mar 2005 |
|
MAT2STR2 Converts matrix to formatted string. | 90 | 1 | ||
| 11 Mar 2005 | explode_implode Two functions: split string into pieces, join strings with delimiter in between. | 36 | 7 | |||
| 07 Feb 2005 |
|
repfloat Replaces a number in a string, while preserving the string length. | 85 | 0 | ||
| 04 Jan 2005 | phrase2word.m String separation - useful for ASCII data header lines | 9 | 1 | |||
| 03 Dec 2004 |
|
rude: a pedestrian run-length decoder-encoder Run-length- decodes or encodes any ML datatype. | 132 | 0 | ||
| 22 Nov 2004 |
|
StringIsNumber STRINGISNUMBER returns 1 if the input string contains only a number and otherwise a zero. | 132 | 1 | ||
| 27 Oct 2004 | Parse function arguments A useful tool for parsing function arguments like 'cellspacing',6,'monkey',1 | 116 | 7 | |||
| 18 Oct 2004 | String to Cells Split a single string into a cell array. | 105 | 2 | |||
| 04 Oct 2004 | Fix string for graph title This function fixes a string before it is used as a title for a graph. | 5 | 2 | |||
| 26 Aug 2004 | Reverse Evaluation Create a string that, when evaluated, returns the original value. | 12 | 1 | |||
| 09 Jul 2004 | tokfun This program reduces an entered string into sentences. | 9 | 1 | |||
| 11 Jun 2004 | INI File Reading Utility Read INI file entries, by giving the application and key strings. | 26 | 4 | |||
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com