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

Argument freeware
Filter: All | Freeware | Demo
 

Argument

< 1 2 3 4 5 > 
Added: August 27, 2013 | Visits: 628

Fit experimental data is easy pbest=EASYFIT(x,y,varargin) fits the data Y = f(X) to a model function Y = FUN(P,X).If FUN is not given as an input argument, POLYFIT is used as the model function.Bounds on the parameters P may be set.By default a plot is generated which presents the data as well the "best" curve, confidence...



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Fit experimental data is easy Download

Added: July 11, 2013 | Visits: 450

Interval Bode Plot The script plots the envelope of the bode plot for a parametric uncertain/interval system.interval_bode(NumVec,DenVec,clr)The function accepts the numerator (NumVec) and denominator (DenVec) of the uncertain system as matrices of two rows each. The first row containing the lower bounds and the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interval Bode Plot Download

Added: April 16, 2013 | Visits: 353

Signal Envelope Generator This is intended as a simple tool that allows the generation of arbitrary envelopes: either for signals or other time-dependent phenomena. It takes as arguments the shape of a single pulse (top hat, Guassian or Lorentzian); whether the output should just be that single pulse or an equi-spaced...


Platforms: Matlab

License: Freeware Size: 4.13 MB Download (40): Signal Envelope Generator Download

Added: July 17, 2013 | Visits: 324

GUI for Root Locus Invoke the function by calling with a transfer function as its argument.>> mySys=tf([1 3],[1 5 12 8 0])>> RLocusGui(mySys) %Invoke GUIThought Matlab can create root locus plots, it is still useful to sketch root locus plots by hand. The program, RLocsuGui, takes loop gain as input and then...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): GUI for Root Locus Download

Added: June 23, 2013 | Visits: 421

Mathieu classic functions with positive parameter These routines are the improved calculation routines for Mathieu functions with positive parameters based on Ben Barrowes' direct translation, performed using f2matlab, of the original FORTRAN-77 implementation of "Computation of Special Functions."The package includes the following...


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (45): Mathieu classic functions with positive parameter Download

Added: April 17, 2013 | Visits: 388

CLICKUICONTROL CLICKUICONTROL(H) behaves as if clicking on a UIControl object. The object can be one of the following: pushbutton, checkbox, radiobutton, togglebutton, slider, listbox, popupmenu. The Value property of the object will be appropriately set, and the object's Callback is called (ButtonDownFcn will...


Platforms: Matlab

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

Added: May 18, 2013 | Visits: 549

Send Open Sound Control (OSC) Messages Sends a Open Sound Control (OSC) message through a UDP connection oscsend(u,path) oscsend(u,path,types,arg1,arg2,...) oscsedn(u,path,types,[args]) u = UDP object with open connection. path = path-string types = string with types of arguments, supported: i = integer f = float s = string N = Null...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Send Open Sound Control (OSC) Messages Download

Added: June 01, 2013 | Visits: 438

Multiple assignment The function arg2vars serves for assigning of values from input argument(s) to variables declared in the output list in the place ofthe function calling. Not assigned output variables are empty, while superfluous arguments are cut to a number of output variables. Number of allocated items is a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Multiple assignment Download

Added: April 04, 2013 | Visits: 371

MATLAB Component Runtime Installer Automation This "mcr_release14_automatic_installer.exe" is an AutoIt3 (www.hiddensoft.com) based program that automatically installs the Release 14 MATLAB Component Runtime.Just run it and it will look for the MCRInstaller.exe program in the current folder and install it using the default options. You can...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (41): MATLAB Component Runtime Installer Automation Download

sel_and_del Interactively select and delete points from a 2D plot with the mouse sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the...


Platforms: Matlab


Added: June 28, 2013 | Visits: 600

Run M-Lint on a directory tree and filter results This function addresses two of the major shortcomings of the M-Lint report which is available in the MATLAB Directory Browser. Firstly, it will perform a recursive analysis, i.e. the current directory and its subdirectories and their subdirectories etc. Secondly, it allows the user to filter out...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Run M-Lint on a directory tree and filter results Download

Added: May 30, 2013 | Visits: 338

configInputParser This function loads an XML file and yields an inputParser object configured according to its contents.All R2007a inputParser configurable properties and argument types and options are handled.Typical usage:>> myIp = configInputParser('myConfig.xml);


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): configInputParser Download

Added: August 08, 2013 | Visits: 558

saveppt This function saves Matlab figure windows or Simulink models to a Powerpoint file in metafile format using the ActiveX interface. The figure or model is first copied to the Windows clipboard, Powerpoint is started, a new blank slide is added, the figure/model is pasted, the file is saved, and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): saveppt Download

Added: April 16, 2013 | Visits: 409

Print text using Microsoft Word [Word, msg] = LE_printViaWord(fileNames)The function launches a Word COM server, opens and prints the given files.The COM server handle is returned as first output argument (Word), and the user is advised to exit the server by typing Quit(Word) in the MATLAB command window.Calling the function...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Print text using Microsoft Word Download

Added: September 08, 2013 | Visits: 518

Call .m from Fortran This heavily commented Fortran program serves as a simple example on how a MATLAB .m file can be called from Fortran. Suitable if this is your first time trying this.The basic mechanism is to pack the C-compiled .m into a .dll and link to it from Fortran. Argument and result xfer mechanism is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Call .m from Fortran Download

Added: August 31, 2013 | Visits: 354

Polynomial curve fitting LABEL is a generalization of BWLABEL: BWLABEL works with 2-D binary images only, whereas LABEL works with 2-D arrays of any class. L = LABEL(I,N) returns a matrix L, of the same size as I, containing labels for the connected components in I. Two adjacent components (pixels), of respective indexes...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Polynomial curve fitting Download

Added: July 21, 2013 | Visits: 595

asy Data Grid Easy Data Grid is a simple class that can display the results of a MySQL database query in an HTML table. It takes as parameters a result set resource handle and a list of result columns to display.The results are displayed in an HTML table that may have every other row with a custom background...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): asy Data Grid Download

Added: June 20, 2013 | Visits: 394

Trim leading/trailing repeated values Trims leading/trailing repeated values of a series of numbersTRIMREPLT(IN) Single input syntax - In : numeric vector/2D matrixTRIMREPLT(IN, DIM) Trims along the dimension specified by dim - dim : scalar, numeric and integer value (or empty) 1 --> trims columnwise (DEFAULT) 2 --> trims...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (47): Trim leading/trailing repeated values Download

Added: September 12, 2013 | Visits: 594

Cover Flow FX One of the most advanced Cover Flows on the web. Completely XML customizable, without using Flash.Main featuresThe Cover Flow FX can be embedded in any website for free without even using Flash and it can have an overall width and height up to 1680 x 1050 pixels. The Cover Flow uses the...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (52): Cover Flow FX Download

Added: September 14, 2013 | Visits: 442

Collision Testimonials Shortcode Displays testimonials managed by the Collision Testimonials plugin through the use of shortcodes. This allows the user to show testimonials within pages and posts without needing to alter any theme files. '''REQUIRES THE SUPERB COLLISION TESTIMONIALS PLUGIN'''Installation : 1. Install the plugin...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Collision Testimonials Shortcode Download

< 1 2 3 4 5 >