Filter löschen
Filter löschen

doing a 'strfind' with apostrophe in the string?

6 Ansichten (letzte 30 Tage)
Michael
Michael am 26 Mai 2011
i have to do a strfind for the following phrase:
'REACQ'='N'
But when I go to do A = strfind(B, ''REACQ'='Y''), then there are clearly too many apostrophes in the code for MATLAB to know what to do..

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 26 Mai 2011
Use double apostrophes everywhere you have an apostrophe in your string, e.g:
A = findstr('''', '''REACQ''=''Y''')

Weitere Antworten (0)

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by