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 (2026). wordcomp.m (https://uk.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
Version Published Release Notes
1.1.0.0

Description correction

1.0.0.0

small adjustment