Fonction Scilab
eng - fr


find_scilab_ver - cherche le numéro mineur et majeur de la version de scilab

Librairie

Séquence d'appel

ok = find_scilab_ver

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


//find_scilab_ver
//To be done
function ok=find_scilab_ver()
 printf("... Search Scilab version ...\n");
 printf("Version of scilab is : %s\n",getversion());
 //win : scilab-3.0
 ok=%t;
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