isEqualCrawler

Version 1.0.0.0 (1,82 ko) par Yanai
Find if A and B are equals, and if not - why
150 téléchargements
Mise à jour 1 déc. 2011

Afficher la licence

similar to Matlab's isequalwithequalnans, but also return the mismatched fields
%
% use: [equal, badFields] = isEqualCrawler(A, B)
%
% example:
% [equal, badFields] = isEqualCrawler(struct('a',1,'b',2), struct('a',3))
%
% equal = 0
% badFields' =
% 'field (base).a is not equal'
% 'second input does not contain field (base).b'

Citation pour cette source

Yanai (2024). isEqualCrawler (https://www.mathworks.com/matlabcentral/fileexchange/34028-isequalcrawler), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur File Operations 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