Software Listing: Newly

This collection contains M-files intended for design of the Mass/Damper/Spring control system using the newly available functions from Robust Control Toolbox,version 3. Description of the system and version of the files using functions from mu-toolbox can be found in the book ?Robust Control Design with MATLAB? by Da-Wei Gu, Petko H. Petkov and Mihail M. Konstantinov, Springer-Verlag, London, 2005(http://www.springer.com/sgw/cda/frontpage/...angeHeader=true). The book also presents other 5 case studies including robust control systems design of a triple inverted pendulum, a hard disk drive, a distillation column, a rocket system and a flexible-link manipulator.

  • Platform: Matlab, Scripts

This set of m-files enables you to read, write and manipulate results files from the Telemac2D and 3D hydrodynamic modelling system of EDF/Sogreah. Both the triangular finite element grid (Selafin format) and square grid (Leonard format) are supported. Usage examples have been included to help understand how to use the low level read and write functions so that you can incorporate them into your own Matlab code. To get started, run the 'teldemo.m' script. This first calls 'telmean.m' which performs a time average on all the variables in the example hydrodynamic results file of the Mersey estuary (UK) and saves the answer to a new Selafin file.

  • Platform: Matlab, Scripts

This program displays the contents of a matrix in a newly-generated Matlab figure for easy viewing and printing. The figure size, font size, and cell size are all sized according to both screen size and matrix size. Includes options for displaying matrix title and number format for display..

  • Publisher: Marshall
  • Date: 04-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

This code calculates the (windowed!) running mean and variance as well as the windowed Gaussian surprise for each newly added element. A simple (and useless) usage example: data=rand(1,100); % randomly generate 100 1-D samples history_length=10; % use a window size of 10 samples [s1,m1,v1]=gaussian_windowed_surprise_ring_buffer(data,history_length); where m1 is the running window mean, v1 is the variance in the window, and s1 is the windowed Gaussian surprise (novelty, saliency, interestingness, wow, ...). Here is another example on how we can (very simply) calculate the auditory surprise / acoustic surprise similar to the approach presented in [1]: T = 0:0.

  • Platform: Matlab, Scripts

The code is an implementation of the newly developed bidirectional branch and bound algorithm for multiobjective input-output pairing selection as part of decentralised control design. Two criteria are used in this particular code: the mu-interaction measure (mu-IM) and the RGA-sum. Details of the development can be find in Kariwala and Cao, A Branch and Bound Framework for Multiobjective Pairing Selection, to appear in Automatica, 2010. A preprint copy of the aricle may be obtained from authors upon a request..

  • Publisher: Yi Cao
  • Date: 17-02-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

To further understand the implementation of hyperparameters re-estimation technique in Bayesian hierarchical model, we added two more prior assumptions over the weight in BayesPI, namely Laplace prior and Cauchy prior, by using the evidence approximation method. In addition, we divided hyperparameter (regularization constants of the model) into multiple distinct classes based on either the structure of the neural networks or the property of the weights. The newly implemented BayesPI was tested on both synthetic and real ChIP-based high-throughput datasets to identify the corresponding protein binding energy matrices.

  • Publisher: junbai wang
  • Date: 01-02-2013
  • Size: 2007 KB
  • Platform: Matlab, Scripts

function data_set = create_interaction_variables(data_set,vars,range_nways,separator,max_varname_length) % create_interaction_variables % % for Matlab R13+ % version 1.1 (April 2012) % (c) Brian Weidenbaum % website: http://www.BrianWeidenbaum.com/. % % % OUTPUT: your dataset (or a dataset based on your matrix), updated with new, aptly-named *unique* interaction variables, % ranging from at least 2 to any number the user specifies % % INPUTS (** = OPTIONAL) % input name: (input datatype/s) -- description % % data_set: (dataset OR matrix) -- the data you want to alter % % **vars: (cell array of chars/numbers, OR vector of numbers, OR 'ALL') -- % default: 'ALL' % the names of the variables you want to interact; alternatively, the column numbers of the variables you want to interact % OR, you can just say 'ALL' to include all variables...

  • Platform: Matlab, Scripts

This GUI implements the demo "Alpha Blending of Streamed Image Pairs" from the Image Acquisition Toolbox documentation. It is intended to show how to create a simple GUI that performs image processing as images are acquired by the Image Acquisition Toolbox. This demo combines a background image with newly acquired images which a user specified transparency value. This produces a "ghosting" effect where objects that move into the scene appear to be partly transparent..

  • Platform: Matlab, Scripts

stsbar creates a new or updates an existing status bar. It can either be created on an existing figure or raised along with a newly created figure. Several fields can be created with each field being either raised, lowered or none. Each field can contain either a text or a progress bar. See also: SBPROGRESS.

  • Platform: Matlab, Scripts

WP Themer Kit simplifies the WordPress themes creation. What's Included in The Kit? - A PDF with CSS Cheat Sheets - A Theme Checklist in ODT Format - 6 HTML Blanks and 6 WP Blanks The HTML Blanks and WordPress Blanks are like a framework and they both rely on each other for the kit to work properly. You have 1 HTML file and 1 CSS file and you only get to edit the CSS. Once you are happy with the design you simply copy the CSS file and image folder to the corresponding WordPress blank theme and you have a completed theme. The Themer Kit works because the DIVs and Classes used in the HTML Blank and WordPress Blank match.

  • Platform: PHP, Scripts

The Sanitize module allows administrators to configure a text format to be applied to formatted text before storage. This is useful to ensure clean and valid data in the database. Configuring the sanitizable module 1. Create/determine a text format to be used as a sanitizer before storage. Best practice is to create one or more separate text formats (named something like "Sanitized") that no user has access to. 2. Add filters to the newly created text format. Although it is, when used properly, useful to sanitize text before it is stored into the database, please make sure the sanitize text format won't conflict with the text formats you want to be sanitized before storage.

  • Publisher: casey
  • Date: 02-01-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Concept This module allows administrators to force users, by role, individual user, or newly created user, to change their password on their next page load or login, either immediately, or after a set period of time. Features * Ability to force all users in a role to change their password * Ability to force all new users to change their password on first-time login (site-wide) * Ability to force individual users to change their password on first time login for admins creating a new user. (Note: If the global setting forcing all new users to reset their password is enabled on the module settings page, this checkbox will not appear as it is redundant) * Ability to force individual user to reset their password from the user edit page (user/[UID]/edit) * (Version 3.

  • Platform: PHP, Scripts

This plugin allows you to twit your newly published / edited wordpress posts. "Post to twitter" form is embedded into "Add/Edit Post" page, thus you can easily create customized twitter posts. You can also shorten your post's urls for twitter "on the fly" with http://nn.nf url shortener service. 1.0.6 -- {wnnnf} added for www short links 1.0.5 -- twitter post result notification added 1.0.4 -- asterix password without "save this password?" browser's popup 1.0.3 -- now versions 2.5+ are supported (was 2.7+) Installation : 1. Upload twitplusnnnf folder to the /wp-content/plugins/ directory 2.

  • Publisher: beezzee
  • Date: 20-02-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

With the release of the excellent SUY module (http://drupal.org/project/suy) I will no longer be maintaining this module. If, however, you're for some reason dedicated to this module, let me know if you'd like to assume ownership. IE Notify creates a new block with a configurable notification message (usually something like "Upgrade your browser.") to display to users who view your site in the version(s) of IE you select. Features: * Configurable version of IE * Configurable notification message * Support for javascript popup message * Support for grayscale page filters (ala BrowseSad.com) Install: 1.

  • Platform: PHP, Scripts

TinyPortal can transform a Simple Machines Forum (SMF) into a fully-functional web portal. It provides an easy way to expand the SMF script into a full blown website. Tiny Portal will provide a front page for your site, and an article system, which allows categorized articles to be created with php, html or BB code. TinyPortal can provide a Files system so member can upload and download files... fully configurable with a fine grained permissions system. The highly configurable array of display and permission options insures that TinyPortal is the perfect solution to building a complete website around your existing or newly installed forum.

  • Platform: PHP, Scripts

Send changes notifications via SharePoint item event or customized time triggered email and SMS Optimize your company\'s workflow by sending detailed, fully-customizable alert e-mails and SMS messages to users whenever an item is created, modified, or deleted. Moreover, e-mail and SMS reminders are automatically sent at customizable intervals to remind employees before deadlines. Both alert emails and reminders can be sent if the specified conditions are fulfilled. Event-Triggered Alerts Users can be notified whenever an item is added, modified, and/or deleted. Time-Triggered Reminders Send time-triggered reminders to specified users.

  • Platform: Win7 x32, Win7 x64, Windows Server, WinVista

CZ Word to Html can batch convert Word to html easily and quickly. It can watch source file folders and convert newly created or uploaded word to html files automatically. You can convert all documents (text, RTF, DOC and more) supported by Microsoft Office Word to html files once, saving you time! Key Features * Source file formats include many office file formats, for example Word 2007 Document (*.docx), Word Documents (*.doc), Word 2003 XML Document (*.xml), Web Pages (*.htm,*.html), Web Archives (*.mth,*.mthml), Rich Text Format (*.rtf), Text File (*.txt), Lotus 1-2-3 (*.wk1;*.wk3;*.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64

This editor aims to help users creating their own ebooks in the newly released Open Publishing standard defined by International Digital Publishing Forum. The editor will permit the creatioin of ebook in OCF-1.0 format (.epub)
Epub Editor License - GNU General Public License (GPL).

  • Platform: WinOther
  • TWLab
  • License: Freeware
  • Price: 0.00
  • Rating

TWLab is a full featured web based 'mech designer using the newly published core rules for FanPro's Battletech board game. Written in PHP and JavaScript, TWLab will be a flexible web based tool for both individuals and entire gaming groups.
TWLab License - GNU General Public License (GPL).

  • Platform: WinOther

This current software/ program is about a simple game soon to be coming out with newly designs layouts and everything you can imagine its a modern MMORPG that is a multiplayer online game in which will be advertised on multiple sites.
EarthLife License - GNU General Public License (GPL).

  • Platform: WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Brainteaser Cubes

Brain teaser cubes is a freeware first person action puzzle game, which is fully 3d, and has a fairly unique concept, most comparable to the console game portal, minus the portal elements (leaving just the cube based puzzles). The game is fairly ...


Ad-Aware Free Antivirus+

You might have experienced that with some programs, other smaller programs are attached and they get installed silently. Also, many times, these programs, also known as adware or spyware, are downloaded silently or by mistake through internet. ...


Astronoid

Astanoid is a freeware arcade game which takes the core gameplay elements and ideas from the classic game breakout (also known as arcanoid) but instead of being a generic clone like every other game which takes the basic game mechanics from ...


Windows Movie Maker

Windows movie maker, expressed as windows live movie maker in the latest updates, is a piece of video and picture editing software for windows (as the name of the software no doubt suggests) designed to be simple, easy to use while still keeping as ...


Disk Drive Administrator

Disk Drive Administrator is a really simple and easy to use program that lets you deny access to and hide different drives, partitions and network shares on a computer. It also lets you disable AutoRun features.

The main Disk Drive ...


Encrypt my Folder

It’s always a good idea to consider some kind of protection for your sensitive data, and encryption is a really good way of protecting files and folders containing personal or secret data. This is even more important for users who are ...


Advanced System Optimizer

Keeping your Computer fast, clean and error free is of utmost importance if you want to get most out of it. Over the passage of time, many personal computers get clogged with errors, unnecessary or duplicate files and shortcuts leading to fragmented ...


My Paint

Do you own an android phone? Do you find It annoying how there is no visual note storing app (or indeed, any app for storing notes or writing important things down at all)? My paint is a handy downloadable app for the android operating system that ...


Mozilla Thunderbird

Mozilla is well known name in the internet industry. In fact, good amount of people are connecting to internet with Mozilla Firefox and this number is growing with time but I’ll be sharing my views on one of the lesser known product of ...



New Downloads

1st Choice Free Clipboard
Manager

1st Choice Clipboard can copy
and store up to 25 different
clips, text or graphic. which
you can sign in to all your
web ...

S.S.E. File Encryptor for
PC

Securely encrypt your private
and confidential files or
whole folders. Files are
encrypted using strong
encryption ...

UFS Explorer Professional
Recovery (Win)

UFS Explorer Professional
Recovery provides a
professional approach to data
recovery. Advanced multi-tool
interface ...

PDF Focus .Net

Net library for converting PDF
documents to Word, RTF, HTML,
XML, Text and Images, JPEG,
PNG, and multipage-TIFF. ...

InterBase Data Access
Components

IBDAC is an enhanced component
library for fast direct access
to InterBase, Firebird and
Yaffil from Delphi, C++Builder
...

Nymbles

NYMBLES is a new (patent
pending) puzzle app that uses
synonyms, antonyms and
homonyms as clue words to help
you solve ...

Hot Copy Paste

Enhance Windows Clipboard with
multiple snippets, secure
storage and full-text search.
Hot Copy Paste works in every
...

Easy Banner Creator

Easy-to-use tool for creation
of animated or static banners
in seconds without graphic
skills. It builds animation on
the ...

7-Data Photo Recovery

Digital photo recovery and
image recovery software to
effectively recover lost,
deleted, corrupted or
formatted photos, ...



Related Searches

Experiences Newly Graduated
Newly Draw
Ebay Newly Listed
Ebay Newly Listed Be First
Ebay Newly Listed Items Software
Ebay Newly Listed Site
Ebay Newly Listed Software
Newly Available Software Informer
Newly Corp
Newly Software