Fonction Scilab
eng - fr


export_to_file - exporte les diagrammes scicos (not yet implemented)

Librairie

Séquence d'appel

export_to_file(diagr,dest)

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


function export_to_file(diagr,dest)
//Load findfile library
//getf(MODNUM+'/macros/util/find_file.sci');
 
 //find directory path of dname+'.cos' file
 path_dname=return_path_cos_file(diagr);
 if path_dname==[] then
     disp('Unable to find '+dname+'.cos');
     return;
 end
  
 //load scicos diagram 
 load(path_dname+dname+'.cos');

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