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

Autorun Function Customization freeware
Filter: All | Freeware | Demo
 

Autorun Function Customization

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

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Multiple Coherence Function Download

Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries... Platforms: Matlab


Added: June 04, 2013 | Visits: 474

Submodular Function Optimization Matlab Toolbox for Submodular Function Optimization (v 2.0)By Andreas Krause (krausea@gmail.com).Slides, videos and detailed references available at http://www.submodularity.orgTested in MATLAB 7.0.1 (R14), 7.2.0 (R2006a), 7.4.0 (R2007a, MAC), 7.9.0 (MAC)This toolbox provides functions for... Platforms: Matlab

License: Freeware Size: 266.24 KB Download (40): Submodular Function Optimization Download

Added: June 21, 2013 | Visits: 585

CMIF - Complex Mode Indicator Function CMIF - Complex Mode Indicator FunctionInputs:H - full complex H matrix (Frequency Response Function) including at least 2 reference points measurements:[number of frequency points x number of DOF x number of reference points]W - frequency vector [Hz]Reference:D.J. Ewins, "Modal Testing: Theory,... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): CMIF - Complex Mode Indicator Function Download

Added: June 23, 2013 | Visits: 435

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

Temporal Potential Function based Path Planner for Dynamic Environments A Dynamic environment is one in which either the obstacles or the goal or both are in motion. In most of the current research, robots attempting to navigate in dynamic environments use reactive systems. Although reactive systems have the advantage of fast execution and low overheads, the tradeoff... Platforms: Matlab


Added: September 05, 2013 | Visits: 541

Transfer Function Utilities for When doing traditional bode diagram control system analysis of ill-conditioned high order SISO systems in V4.2 with Control System Toolbox, I found using these utilities improved the robustness of my results. There's also a nice function to plot an approximate (asymptotic) bode diagram which I... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Transfer Function Utilities for Download

Added: June 12, 2013 | Visits: 439

Function To Generate Truth Table Condition Vectors This function returns a matrix of all possible binary condition vectors for a logical system with (I) inputs.The number of inputs is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 16 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Function To Generate Truth Table Condition Vectors Download

Added: July 05, 2013 | Visits: 410

Improved WHOS function WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Improved WHOS function Download

Added: May 15, 2013 | Visits: 416

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Added: June 09, 2013 | Visits: 515

Interactive resolution enhancement function function ire(x, signal)Interactive resolution enhancement function for data in the arguments "x,signal". Displays sliders for real-time control of 2nd and 4th derivative weighting factors (factor and factor2) and smooth width. (Larger values of factor1 and factor2 will reduce the peak width but... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (40): Interactive resolution enhancement function Download

Added: June 07, 2013 | Visits: 449

mklib: a pedestrian function library loader generator MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-filesthe structure's field names are set to the name of the subfunctionsthis allows a user to... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mklib: a pedestrian function library loader generator Download

Added: August 11, 2013 | Visits: 484

Safe Function Call for WordPress Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated).Assuming you had something like this in a template:If you deactivated the plugin that provided list_cities(), your site would generate an error when that template is accessed.You... Platforms: PHP

License: Freeware Size: 10 KB Download (49): Safe Function Call for WordPress Download

Added: March 29, 2013 | Visits: 691

Addmarx - Bookmark/Share/Email Dropdown The Addmarx Bookmark, Share, Email, Link Dropdown was developed as a customizable, integrated method of distributing your content to various social bookmarking platforms. The plugin provides four basic functions: * Bookmark content using different services including a web browser * Email content... Platforms: PHP

License: Freeware Size: 10 KB Download (53): Addmarx - Bookmark/Share/Email Dropdown Download

Added: April 25, 2013 | Visits: 550

ECO (Extra Customization Options for Ubercart) ECO (Extra Customization Options for Ubercart) provides additional ("extra") options to customize Ubercart.Please see a list of features below. Some of the functionality provided also includes a degree of integration with other contributed modules like Legal, Webform, and Ubercart Discount... Platforms: PHP

License: Freeware Size: 20.48 KB Download (46): ECO (Extra Customization Options for Ubercart) Download

Added: May 03, 2013 | Visits: 672

Node Form Template The editing form of a node is themed using theme('node_form'), which is implemented by the theme_node_form() function in Drupal core's node module and can be overridden by adding a _node_form() function in the theme's template.php file. However, this is less convenient and less powerful than... Platforms: PHP

License: Freeware Size: 10 KB Download (41): Node Form Template Download

Added: September 22, 2013 | Visits: 620

Function Plotting and Data Fitting Model The Function Plotting and Data Fitting Model allows you to create customizable plots to interactively explore the properties of up to three functions at a time. When you enter a function, adjustable parameters are automatically recognized, and sliders are created to vary the values of these... Platforms: Mac

License: Freeware Size: 1.41 MB Download (42): Function Plotting and Data Fitting Model Download

Added: October 24, 2013 | Visits: 424

xqjs xqjsis a simple javascript console for Firefox that: * executes JS (like Execute JS) under target window you choose (in DOMi style). * can preprocess code with: o Macro written in JS which can be either: + an object of regexp:replacement pairs (see default setting). + a function that... Platforms: Mac

License: Freeware Size: 71.68 KB Download (37): xqjs Download

Added: November 13, 2013 | Visits: 520

khrono Khrono is a digital watch, timer and countdown for the KDE desktop, distributed under the GNU Public License. It's a nice utility with many features found on regular timers: lap function, reset, start/stop, audio alarm for countdown. It also supports some customization: you can select colour... Platforms: *nix

License: Freeware Size: 348.16 KB Download (37): khrono Download

Added: June 21, 2006 | Visits: 3.594

CD FrontEnd The CD Front End allows you to create an autorun / autoplay / autostart / autoinstall CD. A catalog, a software collection, Acrobat PDF files, MP3, PowerPoint PPT, Word DOC, AutoCAD, Corel, any stuff. The user simply inserts the CD, then in a full screen window a Web-like presentation is shown.... Platforms: Windows

License: Freeware Size: 2.35 MB Download (814): CD FrontEnd Download

< 1 2 3 4 5