how can I solve the debugger problems when using fuzzy commands?and how i connect matlab with opnet modeler?

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)

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

Tags

No tags entered yet.

Asked:

on 5 Nov 2013

Answered:

on 5 Nov 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!