"Invalid text character. Check for unsupported symbol, invisible character, or pasting of non-ASCII characters." My teacher typed 2ˆ6, and she got the answer, but I don't.

1 Ansicht (letzte 30 Tage)
My teacher typed 2ˆ6 and enter, it gave her the answer which is 64 (She uses Matlab installed in VMWare). But when I typed that in my computer which is a MacBook Pro (I am not using VMWare), it shows the quoted message above. What should I do?

Antworten (1)

Walter Roberson
Walter Roberson am 12 Okt. 2024
Your teacher probably typed
2^6
and you probably typed
2ˆ6
The valid entry is U+005E (unicode 5e)
The invalid entry is U+02C6 https://www.compart.com/en/unicode/U+02C6
  1 Kommentar
Yuri
Yuri am 12 Okt. 2024
Thanks, but how do I type it in my MacBook so instead of typing the small one, I type the big one. Is there any key with another that pressing themm together makes it show up? Please let me know.

Melden Sie sich an, um zu kommentieren.

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