Remove/replace ' i.e single quote from a sentance ...
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
azizullah khan
il 22 Lug 2014
Commentato: Image Analyst
il 22 Lug 2014
asad' want to replace ' and obtain asad
need general code.
1 Commento
Image Analyst
il 22 Lug 2014
azizullah, quit asking the same question in multiple threads. Now you have two answers to this in different places.
Risposta accettata
Azzi Abdelmalek
il 22 Lug 2014
str='asad'''
out=strrep(str,'''','')
3 Commenti
Azzi Abdelmalek
il 22 Lug 2014
Ok, that's what the code do, just write
out=strrep(str,'''','')
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!