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.422.078 Times

Str Wrs Ldys software
Filter: All | Freeware | Demo
 

Str Wrs Ldys

< 1 2 3 4 5 > 
Added: June 21, 2013 | Visits: 402

dynts Timeseries analysis and a timeseries domain specific language written in Python. Timeserie Object To create a timeseries object directly: >>> from dynts import timeseries >>> ts = timeseries('test') >>> ts.type 'zoo' >>> ts.name 'test' >>> ts TimeSeries:zoo:test >>> str(ts) 'test' DSL At the...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (49): dynts Download

Added: August 31, 2013 | Visits: 285

isblank.m Function determines whether the string str consists only of blank characters. For strings of blank characters function returns logical 1. For empty strings function returns logical 0. For non-character arguments function returns a type mismatch error.Examples:>> isblank(' ')ans =1>> isblank(' foo...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): isblank.m Download

Added: July 22, 2013 | Visits: 247

displayInline Displays a string inline in the command window, overwriting any output the method previously displayed.Useful to update any displayed string in-place, for example to indicate the the state of a simulation in progress.-----------------------------------e.g.displayInline;tic;for k = 1:1e6 if...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): displayInline Download

Added: July 24, 2013 | Visits: 371

xmlwitch xmlwitch is a reimplementation of Ruby's Builder library written and maintained by Jonas Galvez in the Python language. It uses a very different technique (Python's context processors) but delivers an extremely similar syntax. xmlwitch leverages the with statement which makes it dependent on...


Platforms: Python

License: Freeware Size: 10 KB Download (48): xmlwitch Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....


Platforms: Matlab


Added: August 25, 2013 | Visits: 326

Class for character array Create a new type called STR with a character array inside, implemented as a structure. It was inspired in Visual Basic syntax. It was implemented several operators and functions overloads, but allows any character array function using "char" conversor function or ' transpose overload. It's...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Class for character array Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 434

SUPER 2009 Build SUPER is a Simplified Universal Player Encoder & Renderer, a GUI to ffmpeg, mencoder, mplayer, ffmpeg2theora & the theora/vorbis RealProducer plugIn. SUPER supports a wide variety of input/source file format to play or encode (to & from) without any additional third party software: - Video...


Platforms: Windows

License: Freeware Size: 27 MB Download (46): SUPER 2009 Build Download

Added: August 30, 2013 | Visits: 418

A dice roller for Matlab SYNOPSIS: [total, details] = roll(str)INPUT str: Dice to be rolled. XdY, where X and Y are scalars, rolls X fair Y-sided dice. Both X and Y are necessary. If str is empty or omitted, '1d20' is used as default. ROLL replaces the dice expression(s) by the rolled result, and then evaluates the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): A dice roller for Matlab Download

Added: July 29, 2013 | Visits: 354

Generate .m-file code for any MATLAB variable Have you ever tried to inspect and modify deeply nested struct/cell variables? Of course, MATLABs variable editor will help to visualise these variables. However, to create such a variable automatically or to change some of the deeply nested fields routinely this submission may be useful.The main...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Generate .m-file code for any MATLAB variable Download

Added: August 22, 2013 | Visits: 363

SHA Algorithms 160,224,256, Generates Message Digest using algorithms : SHA160, SHA-224, SHA256,SHA384,SHA512 Support for Bit Oriented Message -- Enter Message Length in Bits -- Either enter Message (HEX) or -- generate a random message of length LEN in Bits -- Select the Algorithm to generate MESG DIGEST LEN :: Enter Bit...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): SHA Algorithms 160,224,256, Download

Added: August 19, 2013 | Visits: 371

Mpmath mpmath is a replacement for Python's float/complex types and math/cmath modules with unlimited precision and exponent sizes. The mpmath software is written entirely in Python without any external dependencies and hence runs almost anywhere, without the need for compilation. To install, unpack...


Platforms: Mac

License: Freeware Size: 460.8 KB Download (45): Mpmath Download

Added: August 16, 2013 | Visits: 400

Excel Column Name to Number XLSCOLSTR2NUM takes in a cellular array of characters and returns a array of numbers of the same size with elements corresponding to Excel column numbers.See Also XLSCOLNUM2STR


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Excel Column Name to Number Download

Added: May 14, 2013 | Visits: 559

Fast String to Double Conversion str2doubleq is equivalent to the Matlab built-in str2double function that converts char or cellstr array to appropriate double arrays. The drawback of built-in str2double is that it becomes very slow when the dataset becomes larger.str2doubleq exploits the mex-gateway to use c++ fast string...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fast String to Double Conversion Download

Added: August 10, 2013 | Visits: 307

strfind for datasets function ind=datasetStrFind(dset,str,vars)like strfind.m but applies on datasets instead of cell arrays.The "dataset" type is a matlab type which allows to store data in a similarway than database tables. Database operations such as join can by applied(see the function join). However I did not...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): strfind for datasets Download

Added: March 23, 2013 | Visits: 200

columnlegend Creates a legend with a specified number of columnsusage:columnlegend(numcolumns, str, location) numcolumns - number of columns in the legend cellstr - cell array of strings for the legend location - location variable for legend, default is 'NorthEast' possible values: 'NorthWest', 'NorthEast',...


Platforms: Matlab

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

urlreadpost - url POST method with binary file uploading (Sripts) The HTTP 'POST' method is provided as a mechanism for uploading data as part of a URL request. There are two methods for encoding this data: application/x-www-form-urlencoded, in which each parameter is inserted as part of one long string, and multipart/form-data, in which each parameter gets its...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): urlreadpost - url POST method with binary file uploading (Sripts) Download

Added: June 03, 2013 | Visits: 417

Command window file explorer Displays a directory listing in two colors. Beside each directory or file has a link to do one of the following:- Open the file using the OS- Open the directory with windows explorer- Run a .m file as a scriptClicking on the file name will edit the file using matlab. Clicking on a directory...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Command window file explorer Download

Added: June 23, 2013 | Visits: 434

DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Basic example for beginners, that shows how to solve the differential equation through S-Function****************DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION*********************************"Instructions for Simulink"*************************1.Goto simulink library browser and expand...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Download

Added: April 18, 2013 | Visits: 134

get_contents GET_CONTENTS Get the contents of a specified directorySYNTAX cont = GET_CONTENTS(directory) cont = GET_CONTENTS(directory,str) [cont,dirflag] = GET_CONTENTS(...)DESCRIPTIONCONT = GET_CONTENTS(DIRECTORY) obtains the contents (folder and file names) of the directory DIRECTORY and returns them to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): get_contents Download

Added: July 23, 2013 | Visits: 305

Calculate pi decimals PI2STR calculates pi decimals with Machin's formula.S = PI2STR(M) gives pi truncated to M decimals for M < 2^(53/2).Machin's formula, pi/4 = 4*acot(5) - acot(239), and a number system with base 10^14 is used.The execution time is some minutes for PI2STR(100000) and some hours for PI2STR(1000000).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Calculate pi decimals Download

< 1 2 3 4 5 >