Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:28:37 CET 2023