how to remove of single quote from a string?

3 Ansichten (letzte 30 Tage)
tina jain
tina jain am 12 Mai 2015
Kommentiert: Walter Roberson am 12 Mai 2015
I am having a string s=' ttt'ppPPrrr'; now I want to remove that single quote in between the string

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by