wordcomp.m

Version 1.1.0.0 (455 Bytes) von Aman Siddiqi
Alphabatizes words & returns lowest(first in list)
1,5K Downloads
Aktualisiert 10. Nov 2008

Keine Lizenz

wordcomp('def','abc','zz') yields 'abc'
wordcomp('test','m') yields 'm'
wordcomp('test','te') yields 'te'

Zitieren als

Aman Siddiqi (2024). wordcomp.m (https://www.mathworks.com/matlabcentral/fileexchange/14954-wordcomp-m), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Numeric Types finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Description correction

1.0.0.0

small adjustment