Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.177.612 Times

String Figures software
Filter: All | Freeware | Demo
 

String Figures

< 1 2 3 4 5 
Added: July 20, 2013 | Visits: 373

Split/Merge Matlab figures. Split/Merge Matlab figure using a reference to the figures.It can be given as a list of paths to one or more *.fig file, or as a list of opened figure handles.Splitting figure takes a copy of each axes from a figure (or a list of figures) into new ones (one axes per figure).Merging figures takes...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Split/Merge Matlab figures. Download

Added: May 11, 2013 | Visits: 248

Create/access figures by name MYFIGURE's behavior is very similar to figure.The first parameter however can be string instead of a numberFor example, instead of calling:>> figure(1) you can now conveniently use:>> myfigure('error plot');





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Create/access figures by name Download

Added: July 12, 2013 | Visits: 329

Automate Print Settings when Printing Multiple Figures Normally you print figures with default settings. If you want to change print settings for a figure you go to Print Preview and set it to "Landscape", "Color", "Margins 1 inch" or something like that.What happens when you have to print dozens of similar figures? You might have 30 graphs that...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Automate Print Settings when Printing Multiple Figures Download

Added: August 08, 2013 | Visits: 552

A function to close hidden figures Sometimes it is useful to close all figures when a script starts up but the command "close all" (without quotes) won't close the "hidden" figures. This function can close those pesky figures and dialog boxes.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): A function to close hidden figures Download

Added: July 09, 2013 | Visits: 315

Wrapped String OUTSTRING=WRAPSTRING(INSTRING, DELTA) returns a wrapped string of INSTRING, that fits inside the Command Window Size, with right leading edge of DELTA Example:alpha = ' ABC';InString = alpha(randi(4,1,500))OutString=wrapstring(InString)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Wrapped String Download

Added: March 28, 2013 | Visits: 353

ISO 8601 Extended Format Date String from Date Vector This Mfile offers a fast conversion of a date vector to a string, where the date/time given in the string is controlled by a token.1. ISO 8601 date/time/timestamp extended format:- Returns one of two date formats: --T:: -W-T::- The token can be used to return a shortened version of the full...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ISO 8601 Extended Format Date String from Date Vector Download

Generate figures for Cleve's Corner on Compressed Sensing The Fall 2010 issue of MathWorks News and Notes will include a Cleve's Corner colum entitled "Magic Reconstruction: Compressed Sensing". This program generates the figures for that article. The program requires Justin Romberg's code "l1magic", obtained from http://www.acm.caltech.edu/l1magic.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate figures for Cleve's Corner on Compressed Sensing Download

Added: July 30, 2013 | Visits: 280

Read numbers from a string The function PARSE_NUMBERS applies SSCANF to read numbers from delimited string.A = PARSE_NUMBERS(S) separates the string, S, into a cell array of substrings which are individually scanned to determine numeric values; results are returned in matrix A.The behavior of PARSE_NUMBERS can be modified...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Read numbers from a string Download

Added: May 26, 2013 | Visits: 317

Real Number to N-digit String Floors a real number and converts it to an N-digit string, e.g. for N=3 input 1 becomes 001, 34 becomes 034 and 876 remains the same.Can be used for various purposes. I wrote it for writing images in a folder such that they have names image001.jpg, image002.jpg, etc. I also used it to display the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Real Number to N-digit String Download

Added: July 14, 2013 | Visits: 334

Reed Solomon Figures: Follow along with Sklar Follow along with the article from http://www.informit.com/articles/article.aspx?p=26335 or Chapter 8 of "Digital Communications - Fundamentals and Applications" 2nd Edition by Sklar. This MATLAB code shows how to reproduce some of the figures in that article, a great learning tool for working...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (49): Reed Solomon Figures: Follow along with Sklar Download

Added: April 01, 2013 | Visits: 330

Save Multiple Figures in a click savemultfigs allows one to save all opened figures using a nice user interface and in several formats in one time. No need to save all figures one-by-one anymore!The following features are available:- Select which figures to save in a click- Name each figure independently- Save the same figures...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (38): Save Multiple Figures in a click Download

Added: June 22, 2013 | Visits: 322

Generate a subdirectory listing from a path string PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.A simple function that examines a string and returns a naive directory listing; no validity checks are made on subdirectory strings.A = PATH_PARTS(S) returns a cell array of strings containing the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a subdirectory listing from a path string Download

Added: June 17, 2013 | Visits: 308

Legend from DisplayName The function accepts handles to figures/axes and adds legends to all axes found by finndobj(handle, 'type', 'axes')The legend text string is collected from the line objects DisplayName properties.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Legend from DisplayName Download

Added: May 26, 2013 | Visits: 422

Change linewidth of figures Change default linewidths of all new and present figures to make publication quality figures call publ(width)Default value for width is 0.5.Typical value for width for figure to be used in a publication is 1-2


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Change linewidth of figures Download

Added: July 17, 2013 | Visits: 189

Fix string for graph title This function fixes a string before it is used as a title for a graph.It is known that an underscore '_' is used in the title string to set the next character to lowercase. But, in many cases we don't need this feature, we just want to print the underscore. The correct way is to insert the '_'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fix string for graph title Download

Added: June 08, 2013 | Visits: 541

HTTP Request String Editor A powerful tools for get control of the HTTP Request you browser are sent to the web-servers. Set up rules for a page or pages with Regular expression, for modify you headers. With "HTTP Request String Editor" you can modify the headers that your browser sends to the web server. But unlike...


Platforms: Mac

License: Freeware Size: 30.72 KB Download (40): HTTP Request String Editor Download

Added: June 27, 2008 | Visits: 3.208

MDBSecure What is MDBSecure? An MS Access Security utility, providing protection for your databases. MDBSecure follows the recommended approach to securing Microsoft® Access databases, it will encrypt your access database and remove security weaknesses. Although nothing is ever 100% secure in computing,...


Platforms: Windows

License: Shareware Cost: $13.99 USD Size: 2.5 MB Download (149): MDBSecure Download

Added: May 23, 2006 | Visits: 5.710

Password Generator 2003 Diplodock Password Generator 2003 is a professional random string generator that can produce 100 000s of passwords, serial numbers, registration codes, masked strings, usernames, and more in seconds. Having features like built-in dictionaries, customizable character groups, password options...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.13 MB Download (660): Password Generator 2003 Download

Released: September 26, 2008  |  Added: September 29, 2008 | Visits: 4.238

Truly Random Fulfilling all your random needs -Truly Random password and number generator. Truly Random uses high quality pseudo random generator or true random numbers from a sound card. Verifies the randomness of you data in real time using the new artificial intelligence random noise chaos meter....


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 1.1 MB Download (210): Truly Random Download

Released: September 03, 2012  |  Added: October 11, 2012 | Visits: 5.618

Advanced Hash Calculator Advanced File Calculator is a cryptographic data hash calculation software for files. Simply drag and drop files in this calculator and hash string for the files will be displayed on the fly. Supported cryptographic hash function algorithms include CRC32 control sum, GOST hash, MD2, MD4, MD5,...


Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 623.65 KB Download (869): Advanced Hash Calculator Download

< 1 2 3 4 5