string compare in one cell
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a data which I export to excel using xlswrite. Now I want to compare strings but within one cell only. For example, one cell in excel contains 3 values which are separated by lines
100
150
200
How can I do that?
See attached for example
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 10월 24일
How to compare strings within Excel is a question about Excel that should be addressed to a resource that deals with Excel.
If you have data that you export to Excel and you want to pull it back from Excel to do comparisons, then the answer appears obvious: do the comparisons on the data you used to export instead of bothering to read it back from Excel
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!