find_index.m
Aucune licence
function edge = find_index(data, limit)
% ------------------------------
% Author: Christian Schultes
% User: schultcadm
% Date: 21-Mar-2005
% ------------------------------
%
% function edge = find_index(data, limit)
%
%
% data ........... array with one or two columns
% case 1 .. array with one columns (only data)
% case 2 .. array with two columns (time + data)
%
% limit ........... scalar negative or positive or zero
%
% edge ............ array with two columns
% first column is the index for true (rising)
% second column is the index for is not true (falling)
%
Citation pour cette source
Christian Schultes (2024). find_index.m (https://www.mathworks.com/matlabcentral/fileexchange/7272-find_index-m), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
find_index/
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |