"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 visualización (últimos 30 días)
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Oct. de 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 comentario
Yuri
Yuri el 12 de Oct. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by