wordcomp.m

Version 1.1.0.0 (455 Bytes) by Aman Siddiqi
Alphabatizes words & returns lowest(first in list)
1.5K Downloads
Updated 10 Nov 2008

No License

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

Cite As

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

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numeric Types in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Description correction

1.0.0.0

small adjustment