how to remove of single quote from a string?

5 views (last 30 days)
I am having a string s=' ttt'ppPPrrr'; now I want to remove that single quote in between the string

Accepted Answer

Walter Roberson
Walter Roberson on 12 May 2015
s(s=='''') = [];
  2 Comments
tina jain
tina jain on 12 May 2015
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?

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!