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

ismonotonic 1.0

  Date Added: September 09, 2013  |  Visits: 226

ismonotonic

Report Broken Link
Printer Friendly Version


Product Homepage
Download (43 downloads)



ISMONOTONIC(X) returns a boolean value indicating whether or not a vector is monotonic.By default, ISMONOTONIC returns true for non-strictly monotonic vectors,and both monotonic increasing and monotonic decreasing vectors. Formatrices and N-D arrays, ISMONOTONIC returns a value for each column inX.ISMONOTONIC(X, 1) works as above, but only returns true when X isstrictly monotonically increasing, or strictly monotonically decreasing.ISMONOTONIC(X, 0) works as ISMONOTONIC(X).ISMONOTONIC(X, [], 'INCREASING') works as above, but returns true onlywhen X is monotonically increasing.ISMONOTONIC(X, [], 'DECREASING') works as above, but returns true onlywhen X is monotonically decreasing.ISMONOTONIC(X, [], 'EITHER') works as ISMONOTONIC(X, []).ISMONOTONIC(X, [], [], DIM) works as above, but along dimension DIM.NOTE: Third input variable is case insensitive, and partial matching isused, so 'd' would be recognised as 'DECREASING' etc..EXAMPLE: x = [1:4; 6:-2:2 3] ismonotonic(x) ismonotonic(x, [], 'i') ismonotonic(x, [], [], 2) x = 1 2 3 4 6 4 2 3 ans = 1 1 1 1 ans = 1 1 0 0 ans = 1 0NEW FEATURES in v1.1:Code now fully vectorised.Support for N-D arrays.Character arrays now allowed.ACKNOWLEDGEMENTS:Thanks to Jos X for advice on vectorisation

Requirements: No special requirements
Platforms: Matlab
Keyword: Dimension Input Insensitive Matching Partial Recognised Variable
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


ISMONOTONIC RELATED
Libraries  -  Mptn 0.3.0
Mptn project is a library providing a pattern matching mechanism similar to regular expressions, but with several differences making it more suitable for building a morphological analyzer. Differences are: - The whole string is matched against...
102.4 KB  
Development Tools  -  A New Block Simulink Phase Loop Lock Control The PLLVI1 1.0
It is a new block simulink Phase Loop Control called the PLLVI1.The PLL control is utilized to synthetize frequency or phase control.You set a frequency input signal and VCOVI1,the volt control oscillator block simulink track the frequency input...
10 KB  
Development Tools  -  Correlation Percentiles 1.0
CORRPERC performs a bootstrap (of size equal to n_iters) on correlation matrices of input variable Y and computes the percentiles corrsperc (according to input perc) of each correlation. The function also provides the standard deviation corrstd...
10 KB  
Science  -  netcdf viewer 1.0
A NetCDF file is a format of file that usually uses in climate data. NetCDF files usually has multi-dimension that each dimension is a separate variable. NetCDF variables that contain coordinate data are referred to as coordinate variables, scalar...
13.92 MB  
Multimedia  -  Plot 2D/3D Vector with Arrow 1.0
Arrowline 3-D vector plot.vectarrow(p0,p1) plots a line vector with arrow pointing from point p0 to point p1. The function can plot both 2D and 3D vector with arrow depending on the dimension of the inputExample: For 3D vector p0 = [1 2 3]; p1 =...
10 KB  
Audio Tools  -  AudioFinder for Mac OS 5.0.6
An audio asset management system, and music production hub. AudioFinder gathers all the most useful tools in one quick and intuitive application, enabling you to be more creative by handling all the time consuming tasks that slow down your music...
8.2 MB  
Multimedia  -  readMM_2D 1.0
READMM_2D(file,nrows) reads data from the full path+filename specified by 'file' and parses the data into the number of rows specified by 'nrows'.If the number of rows is specified the function uses TXT2MAT to read a Mathematica formatted 2D data...
10 KB  
Communication  -  Fractal dimension 1.0
The program transforms an input image using the differential box counting algorithm to a fractal dimension (FD) image, i.e. each pixel has its own FD. Then the user can select any region of interest in the generated FD image to estimate the...
10 KB  
Communication  -  Pulse Generator with variable Frequency 1.0
This block generates a pulsed signal with assigned amplitude and variable frequency.You must connect the input to sinusoidal signal generator.The block provide convert the sinusoidal signal to quadratic output with amplitude and frequency variable.
10 KB  
Libraries  -  Language::Basic::Variable 1.44
Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of...
52.22 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB