필터 지우기
필터 지우기

string not recognized problem

조회 수: 4 (최근 30일)
Yu Li
Yu Li 2019년 2월 25일
댓글: Image Analyst 2019년 2월 25일
I'm not sure if this title is approprite but I feel this is a very weird problem
there is a string 'Cfi' in the string text_tmp.mat, if I use the command:
strfind(text_tmp,'Cfi')
the result is 6, when I assign it to a parameter, such a 'loc_CA', it still works.
loc_CA=strfind(text_tmp,'Cfi')
but, when I put the command into a .m file and run this .m file, the result becomes empty:
load text_tmp
loc_CA=strfind(text_tmp,'Cfi')
is there any mistake with my operation?
Thanks!
Yu
  댓글 수: 6
Stephen23
Stephen23 2019년 2월 25일
편집: Stephen23 2019년 2월 25일
"It's not a regular Western type letter"
It looks like a standard f-ligature to me:
When I searched for it using an online Unicode search engine it identified it as 'LATIN SMALL LIGATURE FI' (U+FB01).
Image Analyst
Image Analyst 2019년 2월 25일
I figured it was some unicode character but by "regular", I meant it does not show up on my standard English keyboard. Most unicode characters don't. All I was able to do was to verify what Yu did, but I have no explanation for it. Do you?

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

답변 (0개)

카테고리

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