필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Jason Goad
Jason Goad 2012년 12월 31일
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