필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I skip rows with the union function?

조회 수: 3 (최근 30일)
Bill Rooker
Bill Rooker 2014년 11월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello everyone,
I am trying to do a union of multiple row descriptions for some matrices. There are times when there is a slight row description difference; however, it is really the same. See below for the example. The first row of each matches exactly. The last 3 rows slightly differ due to the station location; however, it is really the same thing. Is there a way to "tell" the union function to ignore those rows even though they differ slightly?
"STA 22 Load at station=332"
"STA 23 Load at station=477"
"STA 24 Load at station=477"
"STA 25 Load at station=558"
"STA 22 Load at station=332"
"STA 23 Load at station=472"
"STA 24 Load at station=472"
"STA 25 Load at station=553"
Thanks.
Bill Rooker
  댓글 수: 1
Star Strider
Star Strider 2014년 11월 14일
What criteria make them eligible to be ignored?
Do they only differ in the last digit in the string, or can they differ at other locations in the last three digits?

답변 (0개)

이 질문은 마감되었습니다.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by