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

R2008b freeware
 

R2008b

Added: August 31, 2013 | Visits: 365

Using Java Swing components in MATLAB JCONTROL provides an easy way to integrate a full range of java GUIs from the java.awt and javax.swing libraries into MATLAB. Example:obj=JCONTROL(Parent, Style);obj=JCONTROL(Parent, Style,...PropertyName1, PropertyValue1,...PropertyName2, ProeprtyValue2....);Inputs:Parent: the handle of a MATLAB...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Using Java Swing components in MATLAB Download

Added: August 27, 2013 | Visits: 305

Patch FILTFILT If applied to a matrix, the function FILTFILT (Signal Processing Toolbox) calls itself recursively for each column. Internally FILTER is called twice, but this can be performed with a matrix directly to avoid the unnecessary overhead. For a [100 x 100] matrix FILTFILT is about 10 times faster...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Patch FILTFILT Download

Added: April 23, 2013 | Visits: 491

Design Patterns for Integrating Simulink with Stateflow Engineers who use SimulinkdlT« and StateflowdlT« within Model-Based Design often need to integrate state machines and control logic designed in Stateflow with Simulink blocks, subsystems, and components. Common tasks include calling a Lookup Table block from Simulink to perform...


Platforms: Matlab

License: Freeware Size: 2.67 MB Download (46): Design Patterns for Integrating Simulink with Stateflow Download

Added: May 13, 2013 | Visits: 374

grdread2 Z=GRDREAD2('filename.grd') will return the data as a matrix in Z [X,Y,Z]=GRDREAD2('filename.grd') will also return X and Y vectors suitable for use in Matlab commands such as IMAGE or CONTOUR. e.g., imagesc(X,Y,Z); axis xy This function will load COARDS compliant netCDF grdfiles, the standard...


Platforms: Matlab

License: Freeware Size: 10 KB Download (59): grdread2 Download

Added: May 10, 2013 | Visits: 422

Seasonal Kendall Trend Test 1-17-2009 It is even able to accept data evenly spaced by seasons.Compute Seasonal Tau-b, Tau, Sen's slope and it's confidence intervals.  UsageSyntax:   [taubsea tausea Sens h sig sigAdj Zs Zmod Ss Sigmas CIlower CIupper] = sktt(datain,alpha,wantplot,StartSeason)Input:datain(:,1) = Time (e.g. year)  ...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (56): Seasonal Kendall Trend Test 1-17-2009 Download

Added: May 10, 2013 | Visits: 642

Flood Flow Frequency Analysis 1-6-2009 It uses a Log Pearson Type-3 distribution for estimating quantiles.NaN need to be removed in the dataset. If any years have missing data, it will still assume to include that year as part of the sample size-- as stipulated in 17B guidelines. An exmaple MAT file is provided for the user to test. A...


Platforms: Windows, Mac, *nix, Matlab, Solaris

License: Freeware Download (57): Flood Flow Frequency Analysis 1-6-2009 Download

Added: May 10, 2013 | Visits: 476

GlobalTrends 12-13-2008 It will test for trends when seasonality is present and over multiple observation stations, all of which are Chi-square statistics.These tests will allow for ties, missing data, and multiple observations per time index, since it uses the enhanced ktaub.m function that was recently updated.There...


Platforms: Windows, Mac, *nix, Matlab, Solaris

License: Freeware Download (59): GlobalTrends 12-13-2008 Download

Mann-Kendall Tau-b with Sen's Method (enhanced) 1-17-2009 The Mann-Kendall Tau-b non-parametric function computes a coefficient representing strength and direction of a trend for equally spaced data. While you do not need the Statistics Toolbox to compute Taub, you do need it to test for significance. This function will compute Tau-b (now tau-a as...


Platforms: Windows, Mac, *nix, Matlab, Solaris