hasarg
Version 1.0.0.0 (1,07 KB) von
Ivar Eskerud Smith
Check if a specific value/argument pair exists in varargin/cellstring
Check if a specific value/argument pair exists in varargin/cellstring.
args= { 'option1', true, 'option2', [1 2 3] };
%returns true
exists = hasarg( args, 'option1' );
Zitieren als
Ivar Eskerud Smith (2024). hasarg (https://www.mathworks.com/matlabcentral/fileexchange/35416-hasarg), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Argument Definitions finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |