how to remove of single quote from a string?

6 次查看(过去 30 天)
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