I want to put an apostrophe in a string to denote the possessive but it ends the string, how can I put one in.
yourString = 'This is the answer to Tessa''s question.';
(I.e., you would use an double apostrophe.)
add one more '
after '
apostrophe after apostrophe
来源:https://stackoverflow.com/questions/14984804/adding-apostrophe-in-a-string-matlab