how to remove of single quote from a string?

조회 수: 4 (최근 30일)
tina jain
tina jain 2015년 5월 12일
댓글: Walter Roberson 2015년 5월 12일
I am having a string s=' ttt'ppPPrrr'; now I want to remove that single quote in between the string

채택된 답변

Walter Roberson
Walter Roberson 2015년 5월 12일
s(s=='''') = [];
  댓글 수: 2
tina jain
tina jain 2015년 5월 12일
hello Walterson sir, I have few questions regarding string. I have applied Run Length Encoding on a large string, whos code I have shared with you. But at the output I am getting some unwanted symbols. why it is so?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 String Parsing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by