Save fls structure in a file
savefls(fls,fls_filename) savefls(fls,fls_filename,int_rules)
fls structure.
string, the file name where to save
boolean, %t - rules are written as integer (default), %f - rules are written as double
savefls
save the fuzzy logic system fls
in
the file fls_filename
. The extension .fls
is
only added to filename if it is not already included in the name.
As the editor can only handle integer based rules, integer values can be forced with int_rules=%t