ok = find_scilab_ver
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
//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