export_to_file - export scicos diagram (not yet implemented)
export_to_file(diagr,dest)
- diagr : string. path+name of the scicos diagram
- dest : string. target path
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
IRCOM Group
Alan Layec