Software Downloads for "Cycling Interval"

This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending upon the number of iterations, final interval is obtained. Larger the iterations ,smaller the final interval of uncertainty. The algorithm is based on the fibonaccci series 1 1 2 3 5 8 13.....

  • Platform: Matlab, Scripts
  • Publisher: Shakun Bansal
  • Date: 07-02-2013
  • Size: 10 KB

unimodality of a single variable function in a given interval refers to existence of at the most only one maxima or minima. This script checks the unimodality of the function in the interval provided by the user..

  • Platform: Matlab, Scripts
  • Publisher: Shakun Bansal
  • Date: 04-02-2013
  • Size: 10 KB

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 second row with the upper bounds. The argument clr is for the optional filling colour.

We present a set of functions based on interval arithmetic to solve small size global optimization problems with guaranteed bounds on solutions. Interval analysis can be used to bound ALL solutions of nonlinear optimization problem, equality constrained or not as well to bound ALL solutions of a nonlinear system of equation. Our functions can deal with these problems using an implementation of the interval Newton method with a bissection scheme. The capabilities of our functions can be showed through the analysis of some important global optimization examples that we provide with the main functions.

  • Platform: Matlab, Scripts
  • Publisher: Tiago Montanher
  • Date: 24-05-2013
  • Size: 51 KB

This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975..

  • Platform: Matlab, Scripts
  • Publisher: Boris Schauerte
  • Date: 05-01-2013
  • Size: 10 KB

chi2test(data, numOfInterval) data: input random number numOfInterval: number of interval require: n/k >= 5 k >= 100.

  • Platform: Matlab, Scripts
  • Publisher: Kevin Wong
  • Date: 01-04-2013
  • Size: 10 KB

This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975..

  • Platform: Matlab, Scripts
  • Publisher: Boris Schauerte
  • Date: 25-01-2013
  • Size: 10 KB

The program can test the stability of 2-D face of an interval matrix. Copyright (C) Yang XIAO, Beijing Jiaotong University, Aug.2, 2007, E-Mail: yxiao@bjtu.edu.cn. By relying on a two-dimensional (2-D) face test, Ref [1,2] obtained a necessary and sufficient condition for the robust Hurwitz and Schur stability of interval matrices. Ref [1,2] revealed that it is impossible that there are some isolated unstable points in the parameter space of the matrix family, so the stability of exposed 2-D faces of an interval matrix guarantees stability of the matrix family.

  • Platform: Matlab, Scripts
  • Publisher: Yang Xiao
  • Date: 14-03-2013
  • Size: 10 KB

XC = WILSON(X,N) Returns the center of the Wilson Score Interval for the binomial distribution. X and N are scalars containing the number of successes and the number of trials, respectively. [XC, WSI] = WILSON(X,N,ALPHA) gives the centers and 100(1-ALPHA) percent Score Intervals given the data..

  • Platform: Matlab, Scripts
  • Publisher: Mike Sheppard
  • Date: 11-04-2013
  • Size: 10 KB

This program finds an interval where the chosen function has a zero. Tolerance and the maximum iterations number can be set. The user has also the option to display the graph representation of the function on the determined zero interval. It is only working for functions whose zero is accompanied by a sign change..

  • Platform: Matlab, Scripts
  • Publisher: Marcelo Silva
  • Date: 06-06-2013
  • Size: 10 KB

This zip has 3 funtions: -polegende generates legendre polinomyal. -flege performs an integration variable change to change any interval [a,b] to [-1,1] so the integral can be properly evaluated. -gausslegende numericaly evaluates the integral of function [f].

parameter fun means function, x0 and x1 the interval of function where we search zeros..

  • Platform: Matlab, Scripts
  • Publisher: natasa
  • Date: 17-03-2013
  • Size: 10 KB

rand_extended computes a random number in the interval [a,b] It is basically an extended version of the command rand Inputs: a: the lower bound of the interval b: the upper bound of the interval m,n(optional): dimensions of the matrix of random numbers to be generated Outputs: M: random number/matrix in the interval [a,b].

  • Platform: Matlab, Scripts
  • Publisher: Nassim Khaled
  • Date: 19-05-2013
  • Size: 10 KB

This function can be used to generate spiderweb plots for continuous maps of the interval [0 1] into itself. This type of graph is used to visualize successive iterations of an interval map f. Given an initial point x0, the segments that make up the diagram connect the points (x0, f(x0)), (f(x0), f(f(x0))), (f(f(x0)), f(f(f(x0)))), ... The arguments for SPIDERWEB are the following: 1. f - a continuous map of the interval [0 1] into itself. Maps that do not take the interval [0 1] back into itself may not produce the correct spiderweb plot.

  • Platform: Matlab, Scripts
  • Publisher: Tyler London
  • Date: 21-05-2013
  • Size: 10 KB

Search the elements that are lying within a specified interval. Search the indexes of all elements in x (sorted vector of n elements) that lie within the interval. The algorithm uses binary searches, thus it runs in log(n) INPUT: x: vector of numeric values sorted in ascending order (e.g. 2,7,20,...120) ref: numeric value of the reference point (center of the interval) tol: numeric value corresponding to 1/2 of the width of the interval The fourth input argument: numeric value (optional). Allows to define the maximum number of elements of x that can lie within the specified interval.

  • Platform: Matlab, Scripts
  • Publisher: Roberto Olmi
  • Date: 27-04-2013
  • Size: 10 KB

Time Between Comments - WordPress plugin that allows you to set time interval between comments. This is a perfect plugin to keep your blog spam free and make each comment more valuable. You can set time interval in seconds from the admin panel and when user adds comment he/she should wait till the time passes before he/she can comment again. Installation : Installation is, as usual : 1. Upload files to your /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3.

  • Platform: PHP, Scripts
  • Publisher: levani01
  • Date: 14-04-2013
  • Size: 102 KB

This is a PHP web application for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerates all possible scales, chords and intervals (in the 12TET Universe) and their properties. phpMyChord Aims to provide: - Mathematically complete and encyclopedic enumeration of all possible scale, chord, and interval types and their properties with nomenclature informed by music theory, history and international culture. - Custom scale, chord, and interval dictionaries for any instrument, including reverse dictionaries indexed by fingering positions.

  • Platform: PHP, Scripts
  • Publisher: mettaben
  • Date: 14-05-2013
  • Size: 143 KB

phpMyChord, PHP web app for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerating all possible scales, chords and intervals and their properties..

  • Platform: PHP, Scripts
  • Publisher: Anonymous
  • Date: 11-02-2013
  • Size: 143 KB

The classes library for analyze of large data arrays, based on new approach in the sphere of informatics - interval analyze.
Lib for Interval Analysis of Data Arrays License - BSD License.

  • Platform: WinOther
  • Publisher: Lachainpi
  • Date:

Fuzzy sets for Ada is a library that contains distributions of string edit, interval arithmetic and simple components packages.

It provides implementations of:
· Confidence factors with the operations not, and, or, xor, +, *;
· Classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory;
· Intuitionistic fuzzy sets with the operations on them;
· Fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory;
· Fuzzy numbers both integer and floating-point ones with conventional arithmetical operations;
· Dimensioned fuzzy numbers;
· Fuzzy linguistic variables and sets of linguistic variables with operations on them;
· Dimensioned fuzzy linguistic variables and sets;

New Reviews


Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


SeaMonkey, Portable Edition

Using the Internet has become a necessity for a majority of people, including those who do not use a PC regularly. To browse web, stream video or download online content, people often resort to using various third party apps. For example, using ...


TuckAway Intelligent Email Organizer Pro

Using an email software allow you to do a number of things including managing your address lists, emails and even ending memos, documents and even virtual letters. You can also use it to manage your tasks easily. The email software comes in ...


WebAcappella

Web design sector has witnessed several trends and technological innovations affect website development in big ways. With time, designing websites has become easier. Nowadays, you can find web design software that nearly eliminates the need to ...


New Downloads

Network Shares Recycle Bin

The Network Shared Recycle Bin
allows you to backup and
recover deleted files on the
server side. Once you have
this tool ...

Active@ Data Studio

Active@ Data Studio provides a
range of desktop applications
and a customizable boot
environment allowing you to
access ...

Voxal Plus Edition for Mac

Voxal is voice changer
software for Mac designed to
enhance any game or
application that uses a
microphone. Change your ...

WinTools.net Classic

Suite of tools for increasing
operating system performance.
WinTools.net cleanly removes
software from disk drives and
...

MindView

MindView is a professional
mind mapping software that
allows you to visually
brainstorm, organize and
present ideas. With ...

UFS Explorer Professional
Recovery

UFS Explorer Professional
Recovery is a software
solution for a wide range of
data recovery tasks, with
particular focus ...

ChequeSystem Cheque
Printing Software

ChequeSystem provides a
complete cheque printing and
management solution. You are
no need to write any, just
print and ...

Easy Card Creator Express

The ideal choice for small to
medium sized organizations and
individuals looking for an
affordable photo ID card ...

SoftPerfect WiFi Guard

A specialised network scanner
that helps to protect and keep
your WiFi network secure. It
scans your wireless network at
...

Devart ODBC Driver for
SQLite

Devart ODBC Driver for SQLite
is a high-performance
connectivity solution with
enterprise-level features for
accessing ...