how can I solve the debugger problems when using fuzzy commands?and how i connect matlab with opnet modeler?
Ältere Kommentare anzeigen
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?
Antworten (1)
Sean de Wolski
am 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.
Kategorien
Mehr zu Fuzzy Logic in Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!