Fonction Scilab
eng - fr


build_demo - constructeur des fichiers démonstrations de la boîte à outils

Librairie

Séquence d'appel

build_demo

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


//fonction qui construit les fichiers
//demos de la boîte à outils
function build_demo()
  printf("Generate demos of Mod_num...\n");
  exec(MODNUM+'/macros/generate_doc/load_generate_doc_function.sce',-1);
  generate_modnum_dem();
  printf("Done\n");
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