Why do I receive an error when using an apostrophe symbol in MATLAB Mobile on iOS 11?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 6 Okt. 2017
Beantwortet: MathWorks Support Team
am 27 Okt. 2017
Why do I receive an error when I use the apostrophe (e.g. ') symbol in MATLAB Mobile on iOS 11?
For example, using apostrophes to designate a string, such as in the line:
>> disp('Hello World')
will produce an error when executed.
Akzeptierte Antwort
MathWorks Support Team
am 6 Okt. 2017
iOS 11 includes a feature called "Smart Punctuation" which automatically substitutes some forms of punctuation with others. It will, for instance, automatically change ' (neutral quotation, Unicode U+0027) to ’ (right single quotation mark, Unicode U+2019) This will cause issues when writing MATLAB code.
You can disable Smart Punctuation by opening the Settings app in iOS 11, selecting *General > *Keyboard *and toggling off *Smart Punctuation.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Entering Commands finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!