caret on macbook pro

23 次查看(过去 30 天)
Moja
Moja 2023-10-13
编辑: Moja 2023-10-16

The carot symbol on my keyboard (ˆ shift+6) doesn't work on matlab. Matlab doesn't recognize it so I can't write any equation with power symbol. I tried every possible solution on the web and it doesn't work. even in the character viewer I don't have any result when I search ''caret".

回答(2 个)

Walter Roberson
Walter Roberson 2023-10-13
'ˆ' + 0
ans = 710
'^' + 0
ans = 94
That is, you might possibly be using the Modified Letter Circumflex Accent https://www.compart.com/en/unicode/U+02C6 instead of Circumflex Accent https://www.compart.com/en/unicode/U+005E

Moja
Moja 2023-10-16
编辑:Moja 2023-10-16
I updated OS to MacOS 14 Sonoma and the problem solved. Now shift+6 is actually a Caret.

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by