How do you compare two string arrays, independent of cell location?

1 次查看(过去 30 天)
Say I have two arrays A = {'x','y','z'} and B = {'y','z','x'} . How would I get an output that tells me what terms in A are equal to which terms in B, independent of cell location?
As I type this I realize I'm probably comping up with a pretty good Matlab homework assignment...

回答(1 个)

Walter Roberson
Walter Roberson 2012-12-31
ismember()

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by