String-list Comparison

Compares two string-arrays to find equals.
1.5K Downloads
Updated 22 Sep 2003

No License

This submission has two functions compstr and compstrs (could have been incorporated in one function). The two function are the same except that one is for sorted arrays, and the other isn't.

The function searches for equal strings in the two arrays, and also gives the strings which appear only in one of the two string-arrays.

[iequal,i1,i2]=strcmp[s](S1,S2);

iequal gives any nx2 array for indices in S1 and S2 respectively for the equal strings. i1 and i2 point to strings only appearing in S1 and S2.

!!!This function is made only for string-arrays where no equal strings appear!!!

Cite As

Stijn Helsen (2024). String-list Comparison (https://www.mathworks.com/matlabcentral/fileexchange/3989-string-list-comparison), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings 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.0.0.0