FIS read problems
From a user email
currently I am working with GCD7 for my bachelor´s thesis. Unfortunately I keep encountering a problem with the software I can not solve and I would be very glad if you could give me your thought on it.
When trying to calculate an error surface based on a fuzzy inference system I get the error message "Membership function vertices (0 0 75 15) must be in ascending order" although in the FIS the vertices are [0 0 7.5 15].
I´ve tried everything I can think of and worked both with text editor and the fuzzy logic toolbox. If you have any idea how to make the program understand the decimal separator, please tell me!
Thank you very much in advance (and of course for developing the software in the first place)!
Hmmm... interesting. Have you tried [0.0 0.0 7.5 15.0]? It seems like it is not recognizing the mixing of decimal places, which is weird. Maybe attach the *.fis file into this thread and we can take a look? @MattReimer any thoughts on this one?
Certainly, testing in Matlab's fuzzy logic toolbox to see if it can load is a good troubleshooting step.
That is a weird one. The decimal place thing should be fully handled but, like joe said, maybe [0.0 0.0 7.5 15.0] would work.
It would be helpful to have the whole fis file to test. Any chance you could paste it here?
use tripple backticks for code ```