Scilab Function
fr - eng


purge_diagr - purge scicos diagram

Library

Calling Sequence

purge_diagr(tt)

Parameters

Example

//this example is for people which wants maintain modnum toolbox
exec(MODNUM+"/man/load_doc_var.sce");
toto=find(my_listf(:,3)=='diagr');
purge_diagr([my_listf(toto,1),my_listf(toto,2)]);

File content

Authors

A. Layec