Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
beep
ビープ音を生成
呼び出し手順
beep(); beep('on') beep('off') s=beep()
説明
beep()
は,使用する
コンピュータのデフォルトのビープ音を生成します.
beep('on')
はビープをonにします.
beep('off')
はビープをoffにします.
s=beep()
は現在のビープモード(on または off)
を返します.
例
beep() // サウンドを作成 beep("off") // サウンドを無効にする
Report an issue | ||
<< auwrite | Sound file handling | lin2mu >> |