how can I solve the debugger problems when using fuzzy commands?and how i connect matlab with opnet modeler?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Sean de Wolski
el 5 de Nov. de 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.
Categorías
Más información sobre Fuzzy Logic in Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!