Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIS read problems #387

Open
joewheaton opened this issue Sep 1, 2020 · 2 comments
Open

FIS read problems #387

joewheaton opened this issue Sep 1, 2020 · 2 comments

Comments

@joewheaton
Copy link
Contributor

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)!

@joewheaton
Copy link
Contributor Author

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.

@MattReimer
Copy link
Member

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 ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants