Search Files

Advanced Search
Go
 
Loading tag cloud...

Files

 
Date   File Tags Downloads
(last 30 days)
Comments Ratings
28 Oct 2009 Screenshot teximage.m Displays a LaTeX string as an image. Author: Ben Hinkle figures, strings, plotting, specialized plot, graphics, specialized 107 24
  • 4.73077
4.7 | 27 ratings
21 Jun 2009 DispA(ll) Version of disp that can take any number of arguments Author: Alan Robinson disp, display, text, strings, string manipulation, utilities 16 0
18 Jun 2009 JSON Parser Parses JSON strings into structures and cells Author: Joel Feenstra converts, json, webservice, data import, parses, strings 58 6
  • 4.0
4.0 | 1 rating
04 Jun 2009 Screenshot LISTMATCH unique adaptive STRMATCH Author: Joerg Bretschneider char, cellstr, match, strings 10 0
  • 4.0
4.0 | 1 rating
07 May 2009 string lookup lookup(c, str) compares the string in str against each element of the cell array c Author: Phillip M. Feldman lookup, string comparison, string matching, cell arrays, cell arrays of string..., string lookup 108 0
09 Mar 2009 Significant Figures Workaround for fprintf/sprintf to produce correct output for signficant figures, as fprintf/sprintf Author: Teck Por Lim workaround, round, strings, significant figures 25 2
  • 4.25
4.2 | 4 ratings
20 Feb 2009 Screenshot timetick Time formatted tick labels. Author: Scott Hirsch microseco, microseconds, second, seconds, strings, milisecond 125 8
  • 3.5
3.5 | 6 ratings
02 Feb 2009 Seconds to hours, minutes, seconds Converts a time in seconds to a time in hours, minutes and seconds. Author: Simon Robinson timing, optimization, strings, optimisation, general 35 4
  • 2.66667
2.7 | 3 ratings
22 Jan 2009 Unescape a JavaScript String Manually interprets a JavaScript string, which may contain escape characters. Author: Matthew Simoneau strings, javascript 116 2
08 Jan 2009 Replace strings in text file REPLACEINFILE replaces characters in ASCII file using PERL Author: Pekka Kumpulainen replace string perl, strings 95 9
  • 4.57143
4.6 | 9 ratings
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 Author: Linda Webb function handles, matlab, duality, whitepaper, article, transpose 134 2
  • 3.0
3.0 | 1 rating
10 Nov 2008 wordcomp.m Alphabatizes words & returns lowest(first in list) Author: Aman Siddiqi word order, words, order, strings, alphabetical, alphabetize 108 4
  • 1.0
1.0 | 2 ratings
05 Nov 2008 sort_nat: Natural Order Sort Sort strings in natural order. Author: Douglas Schwarz string manipulation, digits, strings, natural order, sort, utilities 128 7
  • 5.0
5.0 | 6 ratings
10 Oct 2008 String Toolkits A set of useful string manipulation functions that MATLAB does not offer Author: Dahua Lin string manipulation, split, string processing, strings, string, join string 142 2
30 Sep 2008 Find Numbers in a String Finds flaoting point numbers in a string including: complex, real, integers, and currency (dollars). Author: Edward Zechmann currency, floating point, real, numbers, strings, complex 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 Author: Rob Slazas character, cleanup, clean, strings, string, format 144 0
30 Jul 2008 Screenshot Classification Complete tourney, 8 or 16 teams Author: M P string manipulation, randperm, tourney, strings, classification, spam 12 4
  • 2.0
2.0 | 12 ratings
28 Jul 2008 cell2css Convert a cell array of strings to a comma-separated string for meta-programming or generating M-fil Author: Ameya Deoras comma separated, metaprogr, cell array, strings, string, list 11 0
20 May 2008 uneval Uneval performs the inverse operation of eval('expression'). Author: David Holl eval data structures ... 20 0
03 Apr 2008 str2rgb Converts a string representation of a color to an RGB triple Author: Kenneth Eaton string color colorspe..., strings 114 7
  • 5.0
5.0 | 5 ratings
31 Mar 2008 Screenshot Example - data input GUI Enter text into GUI, ouputs text fields as structured array. Author: Dawn Sanzi gui tools, example, strings, text, gui, matlab 41 0
12 Mar 2008 Screenshot int2strz.m Same as int2str but with zero padding to the left. Author: Carlos Adrian Vargas Aguilera sprintf, int2str, num2str, zero padding, strings, integer 117 4
  • 3.66667
3.7 | 3 ratings
25 Feb 2008 struct2str recursive Displays a struct's content in a list box. View a substruct's content by selecting its list entry. Author: Felix Zoergiebel conversion, char strings, structures, struct display, substuct, struct 75 1
14 Feb 2008 Screenshot RegexpHelper GUI Regular Expression Tool Author: Scott Frasso regexp, regexp gui, strings, regular expressions 48 3
  • 5.0
5.0 | 2 ratings
31 Jan 2008 int2strn convert integer to string, using either integer or exponential format Author: Phillip M. Feldman convert integer to st..., strings 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. Author: Jeff Jackson parse strtok delimite..., strings 25 3
  • 5.0
5.0 | 1 rating
18 Jan 2008 C-Style String Comparisons Implements C-style string comparison operations Author: Rahul PN strcmp, strcmpi, string comparison, strings 13 2
  • 3.0
3.0 | 2 ratings
20 Dec 2007 Converting between text strings and binary vectors Functions to convert from text strings to binary vectors and back again. Author: Rick Rosson convert, communications, ascii, data type, bit stream, utility 147 1
  • 5.0
5.0 | 1 rating
19 Nov 2007 Published M-Files Calculation of distance between strings A function computes Levenshtein and editor distances with use of Vagner-Fisher algorithm. Author: Eduard Polityko editor distance, distance, strings, levenstein distance 47 0
18 Oct 2007 strrel Applied relational operators to such as == or < to character arrays or cell arrays of strings accord Author: Ben Barrowes string compare compar..., strings 107 2
  • 5.0
5.0 | 1 rating
30 Jul 2007 A much improved CHAR2LINE Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. Author: Ian Howat char, ascii, cellstr, line, delimiter, cell 115 0
04 Jul 2007 filepathparts Returns cell array of strings containing individual directories from a specified file path. Author: DS strings, path parse separate d... 152 4
04 Jul 2007 parse4num Parses a string for a number value using a given string token. Author: DS number string find st..., strings 104 0
07 Jun 2007 rsplit Splits a delimited string into a cell array using a regular expression. Author: Gerald Dalley implode, break, split, array, cell, strings 122 6
  • 3.5
3.5 | 2 ratings
16 May 2007 Screenshot STRUCT2STR Converts a struct intoa char string and, if needed, display the string. The function allows exportin Author: Marco Cococcioni conversion, char strings, strings, struct display, struct 141 1
  • 5.0
5.0 | 1 rating
11 May 2007 word2num Converst 'abc' to 123 Author: Aman Siddiqi word number conversio..., strings 129 1
  • 1.0
1.0 | 1 rating
20 Feb 2007 find pattern in string in reverse order search character in string from right-hand end Author: Tseviet Tchen reverse search patter..., strings 24 0
20 Feb 2007 instrrev/strrevfind Find character in string from EOS (right-hand end) Author: Tseviet Tchen string manipulation, character, find, strings, utilities, eos 15 0
01 Feb 2007 subvar Symbolic variable substitution in expression. Author: Per-Anders Ekstrom substitute variables ..., strings 85 0
08 Jan 2007 num2english Converts real numbers to plain english Author: Dave Kellow strings, text numerics english... 20 1
  • 4.0
4.0 | 1 rating
15 Dec 2006 num2english Translates digits to english Author: Dave Kellow strings, numerical number word... 10 0
29 Nov 2006 num2eng Convert number to eng. notation string, with SI prefixes Author: Federico Forte international system, axes, prefixes, plot, strings, engineering notation 40 1
  • 4.0
4.0 | 1 rating
09 Nov 2006 Isletter2 Enhancement of the built-in function ISLETTER Author: Jerome Briot strings, isletter capital smal... 10 2
30 Oct 2006 Screenshot Equation Check Equation Validator for Long Equations Author: Siamak Faridani validator, maple, pretty, strings, tex, pretty print 129 2
  • 5.0
5.0 | 2 ratings
25 Oct 2006 stok - string tokenizer Find the addresses of tokens in the strings Author: Michael Yoshpe strings, string tokens delimet... 22 8
10 Oct 2006 initialcaps Convert a string to initial caps format (initial capitals on all words). Author: David Fass lower c, initial capital, initial capitals, strings, capitalization, upper case 19 1
  • 5.0
5.0 | 1 rating
09 Oct 2006 headline Convert a string to "headline" format (initial capitals on key words). Author: David Fass headline, lower case, initial capitals, strings, capitalization, ti 51 0
10 Jul 2006 str2file writes a cell array of strings into a file Author: Wolfgang Garn writes a cell array o..., data import, data export 27 6
  • 4.66667
4.7 | 6 ratings
05 Jul 2006 Screenshot strpat: a pedestrian, exactly matching pattern finder / replacer finds and/or replaces an exactly matching pattern in a string or a numeric array Author: us match, strings, strrep, find, array, exact 120 1
  • 5.0
5.0 | 2 ratings
09 Jun 2006 Compact data uncertainty format given data and uncertainty, this program reformats the number into parenthetic notation. Author: Peter Mao parentheses, parenthetical, uncertainty, confidence interval, strings, format 9 2
  • 5.0
5.0 | 1 rating
15 May 2006 Strtrim for load2_rpc & load2_acq Remove insignificant whitespace Author: Jan Lubina strings, strtrim rpc rsp acq 36 1
  • 3.5
3.5 | 2 ratings
28 Mar 2006 Screenshot detab: a pedestrian string detabulator replaces TAB characters with the appropriate number of SPACE characters Author: us strrep, character, strfind, strings, string, regular expression 105 2
  • 4.0
4.0 | 2 ratings
06 Mar 2006 Line-wrap a string Break a string into multiple lines Author: Steve Eddins strings, string line wrap line... 144 2
  • 5.0
5.0 | 3 ratings
21 Feb 2006 mtx2charcell Converts a matrix of numbers into a cell array of strings. Author: Gerald Dalley string cell number, strings 104 4
  • 4.0
4.0 | 1 rating
21 Feb 2006 parseEnum Looks up values associated with a given string. Author: Gerald Dalley parse enum enumeratio..., strings 98 6
  • 2.0
2.0 | 1 rating
10 Feb 2006 Screenshot SHOWCELL & CELL\DISP Displays cell array with long strings in the command window. Author: Jiro Doke disp, show, strings, cell array, structures, cell arrays 145 9
  • 3.25
3.2 | 4 ratings
31 Jan 2006 FIND STRING IN A TEXT FILE Searches for a string in a text file Author: Divakar Roy file, text, strings, find, word, search 169 3
  • 2.0
2.0 | 2 ratings
09 Jan 2006 enum facenames of the fonts installed on the window(API) os matlab mex file to enum the system font(window) Author: Darnshong chen strings, api, ttf, font facename, window 14 4
  • 1.0
1.0 | 2 ratings
27 Dec 2005 Screenshot findreplace This function finds and replaces strings in a text file Author: Fahad Al Mahmood strings, find replace text fil... 152 4
  • 3.0
3.0 | 4 ratings
05 Dec 2005 Screenshot TABD A function to create tables rows in text. Author: Gaetan Koers row, column, tables, strings, text, format 3 0
14 Nov 2005 strfind.m Cell array implementation of STRFIND Author: Tom Coulter strfind, strmatch, cell array, strings 16 2
11 Nov 2005 MakeSig Create a signature to hide your email address in CSSM posts! Author: Brett Shoelson email address, strings, signature, hide 106 1
08 Sep 2005 Screenshot GetSubFunNames Gets the name of a file's subfunctions. Author: Michael Robbins depfun, name, depsubfun, subfunction, dependent, strings 107 1
  • 2.0
2.0 | 1 rating
31 Aug 2005 SORTN - sort textual lists Sort text lists containing letters and numbers. Author: Oren Yagev utilities, strings, cell array, textual lists, char array, string 21 8
  • 5.0
5.0 | 8 ratings
12 Aug 2005 randperms A modified version of randperm, users have more choice to the returned value. Author: Po Hu randperm, randperms, rand, strings, random 11 5
  • 3.0
3.0 | 2 ratings
27 Jul 2005 Screenshot SearchReplaceManyGUI Search & replace multiple files with multiple search & replace pairs. Author: Michael Robbins grep, regular, strings, text, replace, sed 91 0
27 Jul 2005 Screenshot SearchAndReplaceMany Search & replace multiple files with multiple search & replace pairs. Author: Michael Robbins grep, regular, strings, text, replace, sed 115 0
22 Jun 2005 hexsingle2num hex2num for single. Author: Mark Lubinski string manipulation, ieee, hexadecimal, single, strings, hex2num 19 6
  • 5.0
5.0 | 6 ratings
10 Jun 2005 Case Converter Converts character string case to title, sentence, toggle, random, upper, or lower case. Author: Skynet lower, title case, upper, proper, case, strings 141 2
  • 4.0
4.0 | 1 rating
03 Jun 2005 Screenshot StrrepLikeRegexprep STRREP, but uses the input and output format of REGEXPREP Author: Michael Robbins strrep, strfind, regular, find, strings, replace 99 1
  • 5.0
5.0 | 1 rating
20 May 2005 singlehex2num hex2num for single. Author: Matthias Nöll string manipulation, conversion, hex, single, strings, utilities 9 4
  • 5.0
5.0 | 4 ratings
12 May 2005 chb change base Author: Giampiero Campa numerical, base, change, chb, strings 23 1
  • 5.0
5.0 | 1 rating
10 May 2005 eng2num Decodification of engineering representation. Author: Jordi Palacin string manipulation, engineering units, decodification, strings, utilities 8 0
10 May 2005 num2eng Number representation with engineering units. Author: Jordi Palacin engineering units, number, strings, string, representation, utilities 6 0
04 May 2005 Screenshot REORDERPDF Reorders the pages in your pdf file. Author: Michael Robbins string manipulation, pages, pdf, strings, text, utilities 101 0
11 Mar 2005 explode_implode Two functions: split string into pieces, join strings with delimiter in between. Author: Sara Silva string manipulation, implode, strings, utilities, explode 39 7
  • 4.42857
4.4 | 7 ratings
07 Feb 2005 Screenshot repfloat Replaces a number in a string, while preserving the string length. Author: Michael Robbins strrep, regular, strings, replace, regexprep, string 92 0
04 Jan 2005 phrase2word.m String separation - useful for ASCII data header lines Author: Stefan Billig string manipulation, split, strings, header, string, utilities 10 1
  • 4.0
4.0 | 1 rating
22 Nov 2004 Screenshot StringIsNumber STRINGISNUMBER returns 1 if the input string contains only a number and otherwise a zero. Author: Michael Robbins regular, number, strings, regexprep, regexp, expression 136 1
  • 3.0
3.0 | 1 rating
18 Oct 2004 String to Cells Split a single string into a cell array. Author: Cole Stephens string manipulation, cellstr, strings, cells, string, utilities 111 2
12 Jul 2004 untexlabel Build a string which used with a TeX interpreter shows exactly the string as it is ... Author: Giuseppe Ridinò latex texlabel label, strings 9 5
  • 4.0
4.0 | 2 ratings
12 Jul 2004 spellcheck This function checks the spelling of a word and returns suggestions if misspelled. Author: Fahad Al Mahmood microsoft word, strings, spelling, activex, spell check 111 1
  • 5.0
5.0 | 2 ratings
09 Jul 2004 tokfun This program reduces an entered string into sentences. Author: Amit Gaharwar strings, tokfun, string manipulation, words, utilities, reduces 11 1
08 Jul 2004 dictionary Checks the spelling status of word(s) and returns synonyms if found. Author: Fahad Al Mahmood microsoft word, average angle, meaning, strings, near, synonym 159 4
  • 3.33333
3.3 | 3 ratings
11 May 2004 split Splits a delimited string into a cell array. Author: Gerald Dalley split, delimited, cell, string manipulation, strings, utilities 121 7
  • 4.11111
4.1 | 9 ratings
10 May 2004 join Concatenates a set of strings, with a delimiter between each string. Author: Gerald Dalley join, strings, string manipulation, perl, utilities, concatenate 114 1
10 May 2004 printf, stdout, stderr Convenience functions for text output (printf, stdout, and stderr). Author: Gerald Dalley printf, string manipulation, strings, stderr, utilities, stdout 135 8
  • 3.4
3.4 | 5 ratings
23 Apr 2004 rm_duplicate This function could be used to eliminate the duplicate string cells from a cell array of strings. Author: Bogdan Nuna string manipulation, eliminate, remove, strings, utilities, duplicate 18 2
  • 2.66667
2.7 | 3 ratings
22 Mar 2004 Screenshot % MATLAB Comment Stripping Toolbox A small collection of utilities for stripping MATLAB comments from strings and files. Author: Peter J. Acklam stripping, strings, matlab, comments, utilities, strip 22 5
  • 4.6
4.6 | 5 ratings
22 Mar 2004 rot13 A simple implementation of a rot13 encrypter/decrypter. Author: Francois Bouffard shift, rot13, cypher, decryption, strings, utilities 136 2
  • 5.0
5.0 | 1 rating
16 Mar 2004 Split delimiter separated strings into a matrix Function to split a delimiter separated string into a matrix of doubles. Author: Gie Spaepen string manipulation, split string, separated, delimiter, strings, utilities 84 6
  • 4.0
4.0 | 5 ratings
24 Dec 2003 timestr String representation of time in HH:MM:SS.SSSS format. Author: Scott Hirsch second, seconds, strings, milisecond, time, microsecond 129 0
30 Sep 2003 FDATENUM_etc A package offers much fast versions for datenum, datevec, and str2num. Author: Zhigang Xu fdate_demo, fdatenum, strings, fdatevec, fstr2num, divconq 9 1
  • 5.0
5.0 | 1 rating
22 Sep 2003 String-list Comparison Compares two string-arrays to find equals. Author: Stijn Helsen string manipulation, strings, utilities, string array comparis... 15 0
22 Sep 2003 Compare Strings (C-convention) This function compares two strings using C-convention. Author: Stijn Helsen string manipulation, compare, strings, old, string, utilities 11 0
  • 4.0
4.0 | 1 rating
05 Sep 2003 Screenshot ExpandRegexSet Turns an expression like abc[def] into {'abcd', ... Author: Michael Robbins strfind, regular, strings, regexprep, expression, regexp 93 0
19 May 2003 wdisp: a pedestrian command window waitbar Creates a waitbar-like display in the command window. Author: us waitbar, command window, sprintf, backspace, strings, display 139 8
  • 3.8
3.8 | 7 ratings
26 Sep 2002 Screenshot TimeStamp Generates a timestamp. Author: Lutz Bose string manipulation, strings, generate, time, timestamp, utilities 18 1
  • 2.0
2.0 | 1 rating
28 Aug 2002 RegExTools Regular Expression Tools Author: Michael Robbins inclusive, exclusive, regular, strings, token, expression 112 1
  • 3.0
3.0 | 2 ratings
19 Aug 2002 Regexp with Parsed results Parses the results of regexp. Author: Jason Breslau string manipulation, results, strings, regexp, utilities, parse 7 0
 

MATLAB Central Terms of Use

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