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

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ヘルプ >> Preferences > preferences

preferences

Scilab設定ウィンドウを開く

呼び出し手順

preferences()

説明

Scilab設定ウィンドウを開きます.

preferences()

// Targeting a chosen section:
jdeff org.scilab.modules.preferences.XConfigManager openPreferences prefs; // once for all
prefs general/shortcuts
prefs scinotes/display

Edit your main user's preferences file (you should not change its content by hand):

scinotes SCIHOME/XConfiguration.xml readonly

How to get some configuration values: Example : Retrieve from the main configuration file the status of the ask-for-confirmations:

xmlGetValues("//general/confirmation-dialogs/body/tools/tool",["id" "state"])
--> xmlGetValues("//general/confirmation-dialogs/body/tools/tool",["id" "state"])
 ans  =
!console-exit         unchecked  !
!delete-history-item  unchecked  !
!console-clear        unchecked  !

参照

  • xmlGetValues — 設定値を取得
  • ieee — 浮動小数点例外モードを設定
  • format — set the default output format of decimal numbers
  • lines — 表示に使用される行および列
  • mode — sets or queries the mode echoing Scilab instructions in the console
  • funcprot — Scilab関数保護モードを切替える
  • setdefaultlanguage — 内部変数 LANGUAGE の値を設定, 保存.
  • setlookandfeel — 現在のルックアンドフィールのデフォルト値を設定.
  • printsetupbox — 印刷用ダイアログボックスを表示する.
  • recursionlimit — get or set the current or maximal allowed depth of nested calls
  • odeoptions — ODEソルバのオプションを設定する
  • csvDefault — CSVファイルに関するデフォルト動作を取得/設定.
  • xlfont — グラフィックコンテキストにフォントをロードする またはロード済みのフォントを検索する
  • startup — スタートアップファイル
  • atomsGetConfig — Get ATOMS system parameters

履歴

VersionDescription
5.4.0 Function introduced
Report an issue
<< Preferences Preferences SciNotes preferences >>

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 Feb 25 08:53:30 CET 2020