Main > Free Download Search >

Free matlab function script

matlab function

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1232
Parameter Function 1.0

Parameter Function 1.0


I wrote this function after going through the process of changing my get variables to form variables, then back, and then to cookie variables, once too many. This simple yet practical function will read in your scripts parameters regardless of how they more>> I wrote this function after going through the process of changing my get variables to form variables, then back, and then to cookie variables, once too many. This simple yet practical function will read in your scripts parameters regardless of how they are passed.<<less
Added: 2004-04-01 License: Freeware Price: 0.00
14 downloads
 
Other version of Parameter Function
Parameter FunctionI wrote this function after going through the process of changing my get . I wrote this function after going through the process of changing my get
License:Freeware
Download
2034 downloads
Added: 2004-04-01
Clear Screen Function 1.0

Clear Screen Function 1.0


This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable. more>> This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable.<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
10 downloads
 
Other version of Clear Screen Function
Clear Screen FunctionThis function uses the Windows API to clear a console screen, and is useful for when the standard ... This function uses the Windows API to clear a console screen, and is useful for when the standard
License:Not Specified
Download
1689 downloads
Added: 2005-03-28
PERL replace function

PERL replace function


This is a simple script that shows how to create a Replace Subroutine and call it from a script more easily by supplying 3 parameters EX: &Replace($FullString, $SearchThis, $ReplaceWithThis), similar more>> This is a simple script that shows how to create a Replace Subroutine and call it from a script more easily by supplying 3 parameters EX: &Replace($FullString, $SearchThis, $ReplaceWithThis), similar to the VBScript function.<<less
Added: 2007-08-03 License: Freeware Price: Free
838 downloads
Countdown Function

Countdown Function


Countdown Function is an ASP countdown tool. more>> Countdown Function provides users with an ASP countdown function. It will return a value similar to this: 2 days 10 hrs and 11 mins.<<less
Added: 2007-07-20 License: Freeware Price: Freeware
10 downloads
Copy To Clipboard function

Copy To Clipboard function


This script is pretty self explanatory. Pass a string to the copyToClipboard function and it will be placed into the clipboard so you can paste it into other programs. more>> This script is pretty self explanatory. Pass a string to the copyToClipboard function and it will be placed into the clipboard so you can paste it into other programs.<<less
Added: 2006-10-06 License: Freeware Price: $0.00USD
15 downloads
Javascript Date Function

Javascript Date Function


Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website. more>> Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website.<<less
Added: 2006-09-19 License: Other Price: $0.00USD
14 downloads
matlab mep

matlab mep


mep creates epochs (0|1) in a logical array according to a list of indices (begin:end). more>> matlab mep is a program that helps with creating epochs (0|1) in a logical array according to a list of indices (begin:end).

Creates - completely vectorized - a logical array/vector with epochs/intervals set to according to a list of indices of the form:
begin = [b1 b2 ... bN]
end = [e1 e2 ... eN]
where s and s may overlap or be included within each other.
lvec=[b1:e1 b2:e2 ... bN:eN]
itself can be used to retrieve/assign values from a numerical construct, eg,
vec(1,2,lvec)=nan;
help mep
vix = mep(v,ixb,ixe)
vix = mep(v,[ixb;ixe])
to create epochs
returns in VIX a array with epochs set to
true: ixb(1)->ixe(1) ... ixb(N)->ixe(N)
false: otherwise
correctly handles epoch overlaps/inclusions/reversals
v: vector (to size VIX, is not changed)
ixb: list of indices BEGIN epoch
ixe: list of indices END epoch
% examples
z=zeros(1,10);
vix=mep(z(1,:),[1 5],[3 10]);
z(1,vix)=1
% 1 1 1 0 1 1 1 1 1 1
z=zeros(1,10);
vix=mep(z(1,:),[2 3 2 6 9],[2 3 4 7 10]);
z(1,vix)=1
% 0 1 1 1 0 1 1 0 1 1
z=----------;
vix=mep(z,[[1 3 6];[4 4 8]]);
z(vix)=
% - --

Requirements: MATLAB Release: R13

<<less
Added: 2007-10-15 License: Freeware Price: Freeware
16 downloads
getServer Path (function)

getServer Path (function)


a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and more>> a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folder. An example use is $serverPath = getServerPath(); $serverPath .= nameOfPageToBeRequested;<<less
Added: 2004-12-04 License: Not Specified Price: Free
1805 downloads
Functions in C++

Functions in C++


In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 downloads
Implied Default Probability Function

Implied Default Probability Function


Implied Default Probability Function is to calculate the implied default probability from the DOC model. more>>

Implied Default Probability Function is an excellent helper for Matlab users, which is designed to calculate the implied default probability from the DOC model.

Major Features:

  1. Function output
    • Default probability (%)
  2. Function inputs:
    • Barrier level (%)
    • Market value of the firms assets (%)
    • Continuously compounded riskless rate of interest (%)
    • Asset volatility (%)
    • Firms lifespan (years)

Requirements:

  • MATLAB 6.5 (R13)
<<less
Added: 2007-08-15 License: Freeware Price: Freeware
1 downloads
Digg.com style navigation function 1.0

Digg.com style navigation function 1.0


Very flexible and easy to integrate function, witch prints navigation links in digg.com style. You can customize links template. more>> Very flexible and easy to integrate function, witch prints navigation links in digg.com style. You can customize links template.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Digg.com style navigation function
Digg.com style navigation functionVery flexible and easy to integrate function, witch prints navigation links in digg.com style ... Very flexible and easy to integrate function, witch prints navigation links in digg.com style
License:Freeware
Download
877 downloads
Added: 2007-06-07
Censoring Function 1.0

Censoring Function 1.0


This simple script checks to see if any of the words in the cuss word file are in a variable and replaces them with something like F*** (f-word). more>> This simple script checks to see if any of the words in the cuss word file are in a variable and replaces them with something like F*** (f-word).<<less
Added: 2005-07-01 License: Free Non-Commercial Price: $0.00USD
12 downloads
VBScript Examples : DatePart Function 1

VBScript Examples : DatePart Function 1


DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date. more>> DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date.<<less
Added: 2004-04-11 License: Freeware Price: $0.00USD
12 downloads
Examples of the preg_match function 1.0.3

Examples of the preg_match function 1.0.3


The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example more>> The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example<<less
Added: 2007-05-22 License: Other Price: $0.00USD
11 downloads
 
Other version of Examples of the preg_match function
Examples of the preg_match functionThe preg_match function of Php is often used and the online . The preg_match function of Php is often used and the online
License:Other Free / Open Source License
Download
923 downloads
Added: 2007-05-22
PHP Function Finder 1.0

PHP Function Finder 1.0


PHP Function Finder provides quick and easy access to the PHP.net function database. This is a must have time saving tool for every Windows loving PHP developer. more>> PHP Function Finder provides quick and easy access to the PHP.net function database. This is a must have time saving tool for every Windows loving PHP developer.<<less
Added: 2007-03-23 License: Freeware Price: $0.00USD
23 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5