function

printrule - Print fls rules in the screen or put it in a file

Calling Sequence

printrule(fls [,method [,filename]])

Parameters

Description

printule print the fls rules in a human readable form. The result can be put in a file named filename .

Examples

// 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");

See Also

plotsurf ,   plotvar ,   newfls ,   fls_structure ,  

Author

Jaime Urzua Grez