how to remove of single quote from a string?

3 vues (au cours des 30 derniers jours)
tina jain
tina jain le 12 Mai 2015
Commenté : Walter Roberson le 12 Mai 2015
I am having a string s=' ttt'ppPPrrr'; now I want to remove that single quote in between the string

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by