functionprintrule - Print fls rules in the screen or put it in a file
printule print the fls rules in a human readable form. The result can be put in a file named filename .
// READ A FLS fls=loadfls(flt_path()+"demos/fan1.fls"); // Print rules to screen. Linguistic representation printrule(fls); // Print rules to screen. Simbolic representation printrule(fls,"symb"); // Print rule to scree. Indexed representation printrule(fls,"indx"); // Print rules in a file printrule(fls,"symb",TMPDIR+"/rules.txt");
plotsurf , plotvar , newfls , fls_structure ,
Jaime Urzua Grez