wordcomp.m

Alphabatizes words & returns lowest(first in list)

You are now following this Submission

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

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Description correction

1.0.0.0

small adjustment