I have a Matlab program that is partially relies on Matlab's Fuzzy logic toolbox, which I want to convert to c# program (and later on to objective-c, but let's keep this for later). Is ther any means to convert my fuzzy logic fis file into c# (or c++, or maybe even javascript)?
P.S. I know the deploytool
can convert my program to exe, but I don't want to rely on matlab runtime
component and dlls but to make it a complete c# (or c++) program.