how can I solve the debugger problems when using fuzzy commands?and how i connect matlab with opnet modeler?
Show older comments
FIRST ISSUE how I can solve the problem that occur when I excute my program in which I used fuzzy command newfis to implement fuzzy inference system with 3 inputs and 2 outputs and 9 rules but when i want to read this file by command readfis and evalfis ,a problem occured say this 'no such file or directory' ,what to do? SECOND ISSUE I want to use opnet modeler with matlab but how i can connect them?
Answers (1)
Sean de Wolski
on 5 Nov 2013
Run:
dbstop if error
This will stop at the line throwing the error and will let you investigate the workspace and directories. Likely the file you are looking fo cannot be seen at this point.
Categories
Find more on Fuzzy Logic in Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!