Fonction Scilab
eng - fr


init_ui - initialisation d'une fenêtre tcl/tk pour les scripts de simulations scilab

Librairie

Séquence d'appel

init_ui

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


function init_ui()
set("figure_style","old");
f = figure("Position",[50 50 500 200],...
	     "BackgroundColor",[0.9 0.9 0.9],...
	     "Unit", "pixel");
l1 = uicontrol(f,"Position"  , [0 0 500 200],...
		 "Style"     , "listbox",...
		 "String"    ,  "",...
		 "BackgroundColor",[1 1 1]);
endfunction

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references