home › Forums › # Technical Support › Equivalent of fismain.c from MATLAB distribution › Reply To: Equivalent of fismain.c from MATLAB distribution
January 18, 2014 at 02:43
#877
Keymaster
Dear Witold,
thank you for your information. I have finished its implementation today and it is looking pretty neat. The usage is:
fuzzylite -i engine.fll -d inputs.fld -o outputs.fld
The output is:
#@Engine: name; @InputVariable: name; ... @OutputVariable: name;
inputValue1 inputValue2 ... outputValue1 outputValue2
.
.
.
I was unsure whether to only export the values of the output variables, but I guess it does not make sense to only export the output values without their respective input values. Could you confirm the output I mention is satisfactory?
I expect to release version 4.1 in the upcoming weeks, and this feature will be included.
Cheers,
Juan.