Hello!! Does anyone know how to type " | " on a keyboard on windows pc?

17 visualizzazioni (ultimi 30 giorni)
Hello!! Does anyone know how to type " | " on a keyboard on windows pc?

Risposte (2)

Star Strider
Star Strider il 29 Ott 2019
I use: Shift+\ to get |. (QWERTY keyboard, U.S.)
It is also char(124)

Steven Lord
Steven Lord il 29 Ott 2019
It depends on which keyboard layout you're using. On my QWERTY keyboard, I press and hold Shift and then the key on the far right of the main keyboard section below Backspace and above Enter. For many countries' QWERTZ layout it looks like AltGr + W gets you the | character.
If you're having difficulty finding this character on your keyboard, you could always explicitly call the or function. or is the function name associated with the | operator.
A = true | false % true
B = or(true, false) % also true

Categorie

Scopri di più su Desktop in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by