findmat

Find a matrix in a larger matrix
1,4K téléchargements
Mise à jour 17 août 2006

Aucune licence

Find a pattern matrix within a larger matrix. Supports anything that can be converted to a double using double().

Example:
a = [1 2 3;4 2 6;4 3 9];
b = [2 3];
findmat(a,b)
findmat(a,b')

Citation pour cette source

Justin Griffiths (2024). findmat (https://www.mathworks.com/matlabcentral/fileexchange/11990-findmat), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Dates and Time dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0