Fonction Scilab
eng - fr


def_MODNUM_path - définit les chemins absolus de la boîte à outils

Librairie

Séquence d'appel

tt = def_MODNUM_path

Paramètres

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


//def_MODNUM_path()
//Entrée : néant
//Sortie : tt chemin de MODNUM (ex:/home/mod_num_3)
function tt=def_MODNUM_path()
 tt=get_absolute_file_path('builder.sce');
 end_char=part(tt,length(tt));
 if end_char=='/'|end_char=='\' then
  tt=part(tt,1:length(tt)-1);
 end
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