Scilab 6.0.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
with_macros_source
マクロのソースがインストールされているかどうかを確認する
呼び出し手順
r = with_macros_source()
引数
- r
 論理値
説明
マクロのソースがインストールされている場合に
            %t,それ以外の場合に
            %f を返します.
例
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end
| Report an issue | ||
| << with_javasci | Configuration | with_module >> |