Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tic
ストップウォッチタイマーを開始
呼び出し手順
tic()
説明
一連のコマンド tic(); 処理; toc();
により,
処理に要した秒数が出力されます.
例
tic(); realtimeinit(1); realtime(0); realtime(10); toc();
Report an issue | ||
<< sleep | Time and Date | timer >> |