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

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Development tools > example_run

example_run

ヘルプページで見つかった例を実行.

呼び出し手順

example_run()
example_run(moduleNames)
example_run(moduleNames, functionNames)
example_run(moduleNames, functionNames, language)
example_run(moduleNames, functionNames, language, testrunOptions, testrunExportToFile)

引数

moduleNames

文字列または文字列ベクトル: テストを行うモジュールの名前. デフォルト値は getmodules()で返された値です.

functionNames

文字列または文字列ベクトル: テストする関数の名前. 指定されないアバイ, モジュールの全てのヘルプページがテストされます.

language

文字列: テストするヘルプページの言語. デフォルト値は "en_US"です.

testrunOptions

test_runの第3引数として使用.

testrunExportToFile

test_runの第4引数として使用.

説明

この巻数は,ヘルプページで指定した例を展開し, test_runにより実行します.

if ~isempty(ls("SCI/modules/xml/help/en_US/*.xml")) then // この例のXMLソースが存在する必要があります
    example_run("xml")
    example_run("elementary_functions", "insertion")
    example_run("elementary_functions", ["insertion"; "extraction"])
    example_run("elementary_functions", "insertion", "en_US")
end

参照

履歴

バージョン記述
5.4.0 関数example_runが導入されました.
Report an issue
<< bench_run Development tools test_run >>

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:
Thu Feb 14 15:02:37 CET 2019