Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> Preferences > preferences

preferences

Open the Scilab Preferences window

Syntax

preferences()

Description

Opens the Scilab Preferences window.

Examples

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  !

See also

  • xmlGetValues — Parses and gets values of chosen tags attributes in a XML file
  • xmlSetValues — Sets some attribute=value in an XML document for a given tag/XPath
  • ieee — ajusta o modo de exceção de ponto flutuante
  • format — set the default output format of decimal numbers
  • lines — sets and queries the display width and pagination for the console
  • mode — sets or queries the mode echoing Scilab instructions in the console
  • funcprot — alterna o modo de proteção de funções Scilab
  • setdefaultlanguage — sets the language of the session at startup and for some fixed Scilab menus
  • setlookandfeel — sets the current default look and feel.
  • printsetupbox — Display print dialog box.
  • recursionlimit — get or set the current or maximal allowed depth of nested calls
  • odeoptions — ajusta opções para solucionadores de EDO
  • csvDefault — Get or set defaults behavior for csv files.
  • xlfont — carrega uma fonte em um contexto gráfico ou pergunta a fonte carregada
  • startup — arquivo de inicialização
  • atomsGetConfig — Get ATOMS system parameters

History

VersãoDescrição
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:
Mon Jan 03 14:35:43 CET 2022