how to create string includes '
Mostra commenti meno recenti
i have string ['_ ,,,77 - -'''''"''"i''-_G8" ']
but it is illegal how to create it
Risposta accettata
Più risposte (2)
michael scheinfeild
il 30 Apr 2015
0 voti
1 Commento
' is used in Matlab to indicate the start and end of a string, but the ' are not part of the string. To get the ' as part of the string, you have to type them twice (enclosed by ' to denote a Matlab string):
b='''abc"'''
michael scheinfeild
il 30 Apr 2015
0 voti
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!