|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 28 Oct 2009 |
|
teximage.m Displays a LaTeX string as an image. | 107 | 24 | ||
| 21 Jun 2009 | DispA(ll) Version of disp that can take any number of arguments | 16 | 0 | |||
| 18 Jun 2009 | JSON Parser Parses JSON strings into structures and cells | 58 | 6 | |||
| 04 Jun 2009 |
|
LISTMATCH unique adaptive STRMATCH | 10 | 0 | ||
| 07 May 2009 | string lookup lookup(c, str) compares the string in str against each element of the cell array c | 108 | 0 | |||
| 09 Mar 2009 | Significant Figures Workaround for fprintf/sprintf to produce correct output for signficant figures, as fprintf/sprintf | 25 | 2 | |||
| 20 Feb 2009 |
|
timetick Time formatted tick labels. | 125 | 8 | ||
| 02 Feb 2009 | Seconds to hours, minutes, seconds Converts a time in seconds to a time in hours, minutes and seconds. | 35 | 4 | |||
| 22 Jan 2009 | Unescape a JavaScript String Manually interprets a JavaScript string, which may contain escape characters. | 116 | 2 | |||
| 08 Jan 2009 | Replace strings in text file REPLACEINFILE replaces characters in ASCII file using PERL | 95 | 9 | |||
| 06 Jan 2009 | Programming Patterns: Some Common MATLAB Programming Pitfalls and How to Avoid Them Tips and best practices to help you become fluent in MATLAB and achieve your programming goals | 134 | 2 | |||
| 10 Nov 2008 | wordcomp.m Alphabatizes words & returns lowest(first in list) | 108 | 4 | |||
| 05 Nov 2008 | sort_nat: Natural Order Sort Sort strings in natural order. | 128 | 7 | |||
| 10 Oct 2008 | String Toolkits A set of useful string manipulation functions that MATLAB does not offer | 142 | 2 | |||
| 30 Sep 2008 | Find Numbers in a String Finds flaoting point numbers in a string including: complex, real, integers, and currency (dollars). | 131 | 0 | |||
| 12 Sep 2008 | Simple String Cleanup Utility Simple utility function that cleans up stray characters and spaces from strings so they can be used | 144 | 0 | |||
| 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 | 11 | 0 | |||
| 20 May 2008 | uneval Uneval performs the inverse operation of eval('expression'). | 20 | 0 | |||
| 03 Apr 2008 | str2rgb Converts a string representation of a color to an RGB triple | 114 | 7 | |||
| 31 Mar 2008 |
|
Example - data input GUI Enter text into GUI, ouputs text fields as structured array. | 41 | 0 | ||
| 12 Mar 2008 |
|
int2strz.m Same as int2str but with zero padding to the left. | 117 | 4 | ||
| 25 Feb 2008 | struct2str recursive Displays a struct's content in a list box. View a substruct's content by selecting its list entry. | 75 | 1 | |||
| 14 Feb 2008 |
|
RegexpHelper GUI Regular Expression Tool | 48 | 3 | ||
| 31 Jan 2008 | int2strn convert integer to string, using either integer or exponential format | 96 | 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. | 25 | 3 | |||
| 18 Jan 2008 | C-Style String Comparisons Implements C-style string comparison operations | 13 | 2 | |||
| 20 Dec 2007 | Converting between text strings and binary vectors Functions to convert from text strings to binary vectors and back again. | 147 | 1 | |||
| 19 Nov 2007 |
|
Calculation of distance between strings A function computes Levenshtein and editor distances with use of Vagner-Fisher algorithm. | 47 | 0 | ||
| 18 Oct 2007 | strrel Applied relational operators to such as == or < to character arrays or cell arrays of strings accord | 107 | 2 | |||
| 30 Jul 2007 | A much improved CHAR2LINE Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. | 115 | 0 | |||
| 04 Jul 2007 | filepathparts Returns cell array of strings containing individual directories from a specified file path. | 152 | 4 | |||
| 04 Jul 2007 | parse4num Parses a string for a number value using a given string token. | 104 | 0 | |||
| 07 Jun 2007 | rsplit Splits a delimited string into a cell array using a regular expression. | 122 | 6 | |||
| 16 May 2007 |
|
STRUCT2STR Converts a struct intoa char string and, if needed, display the string. The function allows exportin | 141 | 1 | ||
| 11 May 2007 | word2num Converst 'abc' to 123 | 129 | 1 | |||
| 20 Feb 2007 | find pattern in string in reverse order search character in string from right-hand end | 24 | 0 | |||
| 20 Feb 2007 | instrrev/strrevfind Find character in string from EOS (right-hand end) | 15 | 0 | |||
| 01 Feb 2007 | subvar Symbolic variable substitution in expression. | 85 | 0 | |||
| 08 Jan 2007 | num2english Converts real numbers to plain english | 20 | 1 | |||
| 15 Dec 2006 | num2english Translates digits to english | 10 | 0 | |||
| 29 Nov 2006 | num2eng Convert number to eng. notation string, with SI prefixes | 40 | 1 | |||
| 09 Nov 2006 | Isletter2 Enhancement of the built-in function ISLETTER | 10 | 2 | |||
| 30 Oct 2006 |
|
Equation Check Equation Validator for Long Equations | 129 | 2 | ||
| 25 Oct 2006 | stok - string tokenizer Find the addresses of tokens in the strings | 22 | 8 | |||
| 10 Oct 2006 | initialcaps Convert a string to initial caps format (initial capitals on all words). | 19 | 1 | |||
| 09 Oct 2006 | headline Convert a string to "headline" format (initial capitals on key words). | 51 | 0 | |||
| 10 Jul 2006 | str2file writes a cell array of strings into a file | 27 | 6 | |||
| 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 | 120 | 1 | ||
| 09 Jun 2006 | Compact data uncertainty format given data and uncertainty, this program reformats the number into parenthetic notation. | 9 | 2 | |||
| 15 May 2006 | Strtrim for load2_rpc & load2_acq Remove insignificant whitespace | 36 | 1 | |||
| 28 Mar 2006 |
|
detab: a pedestrian string detabulator replaces TAB characters with the appropriate number of SPACE characters | 105 | 2 | ||
| 06 Mar 2006 | Line-wrap a string Break a string into multiple lines | 144 | 2 | |||
| 21 Feb 2006 | mtx2charcell Converts a matrix of numbers into a cell array of strings. | 104 | 4 | |||
| 21 Feb 2006 | parseEnum Looks up values associated with a given string. | 98 | 6 | |||
| 10 Feb 2006 |
|
SHOWCELL & CELL\DISP Displays cell array with long strings in the command window. | 145 | 9 | ||
| 31 Jan 2006 | FIND STRING IN A TEXT FILE Searches for a string in a text file | 169 | 3 | |||
| 09 Jan 2006 | enum facenames of the fonts installed on the window(API) os matlab mex file to enum the system font(window) | 14 | 4 | |||
| 27 Dec 2005 |
|
findreplace This function finds and replaces strings in a text file | 152 | 4 | ||
| 05 Dec 2005 |
|
TABD A function to create tables rows in text. | 3 | 0 | ||
| 14 Nov 2005 | strfind.m Cell array implementation of STRFIND | 16 | 2 | |||
| 11 Nov 2005 | MakeSig Create a signature to hide your email address in CSSM posts! | 106 | 1 | |||
| 08 Sep 2005 |
|
GetSubFunNames Gets the name of a file's subfunctions. | 107 | 1 | ||
| 31 Aug 2005 | SORTN - sort textual lists Sort text lists containing letters and numbers. | 21 | 8 | |||
| 12 Aug 2005 | randperms A modified version of randperm, users have more choice to the returned value. | 11 | 5 | |||
| 27 Jul 2005 |
|
SearchReplaceManyGUI Search & replace multiple files with multiple search & replace pairs. | 91 | 0 | ||
| 27 Jul 2005 |
|
SearchAndReplaceMany Search & replace multiple files with multiple search & replace pairs. | 115 | 0 | ||
| 22 Jun 2005 | hexsingle2num hex2num for single. | 19 | 6 | |||
| 10 Jun 2005 | Case Converter Converts character string case to title, sentence, toggle, random, upper, or lower case. | 141 | 2 | |||
| 03 Jun 2005 |
|
StrrepLikeRegexprep STRREP, but uses the input and output format of REGEXPREP | 99 | 1 | ||
| 20 May 2005 | singlehex2num hex2num for single. | 9 | 4 | |||
| 12 May 2005 | chb change base | 23 | 1 | |||
| 10 May 2005 | eng2num Decodification of engineering representation. | 8 | 0 | |||
| 10 May 2005 | num2eng Number representation with engineering units. | 6 | 0 | |||
| 04 May 2005 |
|
REORDERPDF Reorders the pages in your pdf file. | 101 | 0 | ||
| 11 Mar 2005 | explode_implode Two functions: split string into pieces, join strings with delimiter in between. | 39 | 7 | |||
| 07 Feb 2005 |
|
repfloat Replaces a number in a string, while preserving the string length. | 92 | 0 | ||
| 04 Jan 2005 | phrase2word.m String separation - useful for ASCII data header lines | 10 | 1 | |||
| 22 Nov 2004 |
|
StringIsNumber STRINGISNUMBER returns 1 if the input string contains only a number and otherwise a zero. | 136 | 1 | ||
| 18 Oct 2004 | String to Cells Split a single string into a cell array. | 111 | 2 | |||
| 12 Jul 2004 | untexlabel Build a string which used with a TeX interpreter shows exactly the string as it is ... | 9 | 5 | |||
| 12 Jul 2004 | spellcheck This function checks the spelling of a word and returns suggestions if misspelled. | 111 | 1 | |||
| 09 Jul 2004 | tokfun This program reduces an entered string into sentences. | 11 | 1 | |||
| 08 Jul 2004 | dictionary Checks the spelling status of word(s) and returns synonyms if found. | 159 | 4 | |||
| 11 May 2004 | split Splits a delimited string into a cell array. | 121 | 7 | |||
| 10 May 2004 | join Concatenates a set of strings, with a delimiter between each string. | 114 | 1 | |||
| 10 May 2004 | printf, stdout, stderr Convenience functions for text output (printf, stdout, and stderr). | 135 | 8 | |||
| 23 Apr 2004 | rm_duplicate This function could be used to eliminate the duplicate string cells from a cell array of strings. | 18 | 2 | |||
| 22 Mar 2004 |
|
% MATLAB Comment Stripping Toolbox A small collection of utilities for stripping MATLAB comments from strings and files. | 22 | 5 | ||
| 22 Mar 2004 | rot13 A simple implementation of a rot13 encrypter/decrypter. | 136 | 2 | |||
| 16 Mar 2004 | Split delimiter separated strings into a matrix Function to split a delimiter separated string into a matrix of doubles. | 84 | 6 | |||
| 24 Dec 2003 | timestr String representation of time in HH:MM:SS.SSSS format. | 129 | 0 | |||
| 30 Sep 2003 | FDATENUM_etc A package offers much fast versions for datenum, datevec, and str2num. | 9 | 1 | |||
| 22 Sep 2003 | String-list Comparison Compares two string-arrays to find equals. | 15 | 0 | |||
| 22 Sep 2003 | Compare Strings (C-convention) This function compares two strings using C-convention. | 11 | 0 | |||
| 05 Sep 2003 |
|
ExpandRegexSet Turns an expression like abc[def] into {'abcd', ... | 93 | 0 | ||
| 19 May 2003 | wdisp: a pedestrian command window waitbar Creates a waitbar-like display in the command window. | 139 | 8 | |||
| 26 Sep 2002 |
|
TimeStamp Generates a timestamp. | 18 | 1 | ||
| 28 Aug 2002 | RegExTools Regular Expression Tools | 112 | 1 | |||
| 19 Aug 2002 | Regexp with Parsed results Parses the results of regexp. | 7 | 0 | |||
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