Scilab 6.0.0
Scilabヘルプ >> Scilab > Configuration > with_macros_source
with_macros_source
マクロのソースがインストールされているかどうかを確認する
呼び出し手順
r = with_macros_source()
引数
- r
論理値
説明
マクロのソースがインストールされている場合に
%t
,それ以外の場合に
%f
を返します.
例
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end
Comments
Add a comment:
Please login to comment this page.