anyExceed
- Downloads:
- Views:
- Rating:

Check if any element exceeds upper or lower limit
Equivalent Matlab expression:
any(Array(:) < Lower) || any(Array(:) > Upper)
This Mex is faster especially for large arrays, because it returns after the first match is found and it does not create temporary arrays. For the 'finite' and 'absolute' options, this inplace method is a remarkable advantage.
Flag = anyExceed(Array, Lower, Upper, Options...)
INPUT:
Array: Array of any size. Accepted classes: DOUBLE, SINGLE, (U)INT8/16/32/64, CHAR.
Lower, Upper: limits as scalar values of the same type as Array.
Options: Optional strings to control the comparison. The options can be combined:
'finite': +-Inf values in [Array] are ignored.
'absolute': Compare absolute values.
'exclude': Exclude limit values:
Flag = any(Array(:) <= Lower) || any(Array(:) >= Upper)
OUTPUT:
Flag: TRUE if any element exceeds the limits, FALSE otherwise.
EXAMPLES:
anyExceed(rand(1000), 0, 1) % FALSE
anyExceed(0:0.1:1, 0, 1, 'exclude') % TRUE
anyExceed([1, Inf, 2], 0, 2, 'finite') % FALSE
anyExceed(-10:10, 0, 10, 'abs') % FALSE
anyExceed(-10:10, -1, 10, 'abs', 'ex') % TRUE
COMPILE:
Windows: mex -O anyExceed.c
Linux: mex -O CFLAGS="$CFLAGS -std=C99" anyExceed.c
Precompiled Mex: http://www.n-simon.de/mex
See anyExceed.c for more information.
Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32 bit
Compatibility with Linux, OS-X and 64 bit addressing is assumed.
Free download from Shareware Connection - Check if any element exceeds upper or lower limit Equivalent Matlab expression: any(Array(:) < Lower) || any(Array(:) > Upper) This Mex is faster especially for large arrays, because it returns after the first match is found and it does not creat
Version: 1.0 | Size: 10 KB | Platform: Matlab, Scripts
Released Date: 23-01-2013 | Rating: 0 | Title: anyExceed
Author Url: http://www.mathworks.com
Program Info Url: http://www.mathworks.com
Download Url: http://www.mathworks.com/matlabcentral/fx_files/27857/1/anyExceed.zip
ScaleTime - ScaleTime - fast linear matrix interpolation
DateStr2Num - DATESTR2NUM - Fast conversion of DATESTR to DATENUM
FilterM - FilterM, FiltFiltM: Fast digital filter
strncmpr - Compare last N chars of strings or cell strings
Patch FILTFILT - If applied to a matrix, the function FILTFILT (Signal Processing Toolbox) calls itself recursively for each column.
SimpleTest
WordPress Auto Poster Plugin
Professional Simulink Audio Equalizer
PHP Print / Echo
Ends Smart Form
Output buffering, and how it can change your life
ScriptCase - PHP Code Generator
Advanced Istaller for Java
Wind Turbine Model
FORMfields - The PHP Framework
C to C++ Converter
C++ Compiler
RTFGen - the PHP RTF generator
Cumulative Mann-Kendall trend test
Affiliate Programs
Animation
Auctions
Audio Systems
Banner Rotation
Blog
Bulletin Boards & Forums
Business & Enterprise
Buttons
Calendars & Events
Charts & Graphs
Chat
Classified Ad Managers
Communication
Upper Lower Case
Upper Lower Filter Batch File
Kuka Access Change Case Lower Upper
Microsoft Lower Case Upper Case
Array Networks Array Ssl Client
Absolute-Value Output Circuit - Simulation of Absolute-Value Output Circuit is carried out with operational amplifier,diodes and other components available in Simscape 2.1 version
chmScribe Output Examples - chmScribe uses pre-built templates to rapidly document and compile Object Models
GetFullPath - GetFullPath - Get absolute path of a file or folder name
strncmpr - Compare last N chars of strings or cell strings
STDATMO: Standard Atmosphere Function - A standard atmosphere function based on the 1976 Standard Atmosphere returns density, speed of sound, temperature, pressure, and viscosity for a given altitude input up to 86km.
Shareware Connection periodically updates pricing and software information of 'anyExceed' from company source 'Jan Simon' , so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using 'anyExceed' crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of anyExceed.
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 ...
Autodesk Smoke - Autodesk is the company well known for making some of the most feature rich and versatile tools for 3D modeling, animation and engineering design related work. Its Smoke is a Mac OS specific app that is aimed at professionals involved in ...
SlimCleaner - Nearly all PC users need to use various utilities to enhance performance of their laptop or desktop from time to time. Windows inbuilt utilities can serve the purpose but when you can find more capable third party apps at low or zero cost, why ...
Undela - Computers users may lose data owing to a number of reasons. Data loss caused by hardware failure does not take place regularly. However, there are many instances when you may end up deleting files and folders by mistake. In shared computers, ...
CyberFence - Technological innovations play a pivotal role in changing human lives but they also come with their pitfalls. Perhaps, nothing can be a bigger example of this than the web. You need the internet for education, work, monetary transactions and ...
KeePass Password Safe - Using password becomes mandatory for performing various online operations, at both home and workplace. For accessing email accounts, shopping online, making banking transactions and similar tasks it is necessary to use user ids and passwords ...
Video Editor - With advancements in both computer software and hardware, average users are getting into activities that were hitherto reserved for professionals. There are several video editing tools aimed at casual users as well. While professional users ...
F-Secure Online Scanner - The menace of malware and various online threats have grown by leaps and bound in recent times. You no longer can stay assured after installing a regular malware cleaner or antivirus suite like earlier. Security conscious PC users often resort to ...
ProAnimator - In Post production setups and 3D animation studios, using specialized CG and special effects app becomes a necessity. ProAnimator is a feature rich 3D design application targeted at motion graphics sector. It is ideal when you want to add some ...
Movavi Video Suite - Video recording has become accessible to the mass owing to advancement of technology and advent of handheld devices like tablets and phone with such features. Whether you use a camcorder or use an Android phone, shooting 1080p HD video is pretty ...

