Erase this character ''←''
조회 수: 8 (최근 30일)
이전 댓글 표시
I cant not find a way to delete this ← char. Any help?
댓글 수: 4
Stephen23
2022년 4월 25일
편집: Stephen23
2022년 4월 25일
"I cant not find a way to delete this ← char"
From what ?
Do you have that character in a document or file (if so, what file format)?
Do you have the character in a MATLAB variable (if so, what class)?
Have you checked if the character is actually present in the text and is not just an artifact of how the text is displayed?
Basically you have not explained enough for us to meaningfully help you. If you want more help, upload your sample data file (or MATLAB variable in a .mat file) by clicking the paperclip button.
채택된 답변
Fangjun Jiang
2022년 4월 25일
편집: Fangjun Jiang
2022년 4월 25일
double('←')
strrep({'←Matlab←←'},char(8592),'')
strrep({'←Matlab←←'},'←','')
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!