How to use special character ' in a string?

74 visualizzazioni (ultimi 30 giorni)
Hi,
I want to use the special character '. I want that if an input is equal to character ', then a bit stream gets transmitted.
case(''')
temp_sec_info='00101';
Now, you can't use three times '''. There must be a special operator to use the character ' in a string. How would it be possible?
Thank you.

Risposta accettata

Walter Roberson
Walter Roberson il 24 Giu 2011
case ''''
or
case char(39)
  2 Commenti
Jan
Jan il 24 Giu 2011
CHAR(39) looks less confusing, especially inside posts in the forum and if you need more than one quote charcter.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by