string compare of numbers and strings

i have two variables(suppose a and b) which is an array of numbers as well as strings. I want to compare a and b, and my output should be a logical array of same size as a and b.

답변 (1개)

Kate
Kate 2015년 10월 28일

0 개 추천

Could you show us some sample data? Off the top of my head I think you need to use strcmp and/or ismember

댓글 수: 1

Praveen Choudhury
Praveen Choudhury 2015년 10월 28일
so this is a sample data where my arrays can be strings or numbers.
I need to compare arrays and get a logical data of arrays. The problem I have is comparing numbers and string at a time.
See the attached

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

질문:

2015년 10월 28일

댓글:

2015년 10월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by