NR Intercell Interference Modeling example it’s not running anymore
Hello to all.
I’m new on Matlab and started my studies by running examples.
"NR Intercell Interference Modeling" example was running a few days ago but not anymore.
Now, when a run it, matlab shows this message:
Dot indexing into the result of a function call requires parentheses after the function name. The supported syntax is ‘wirelessnetwork.internal.wirelessNode().reset’.
Error in wirelessNetworkSimulator/reset (line 493)
wirelessnetwork.internal.wirelessNode.reset();
Error in wirelessNetworkSimulator (line 472)
reset(obj);
Error in wirelessNetworkSimulator/getState (line 460)
simulatorInstance = wirelessNetworkSimulator();
Error in wirelessNetworkSimulator.init (line 110)
obj = wirelessNetworkSimulator.getState(0);
Debbugind the "wirelessNetworkSimulator" file (attached) I could see that the "wirelessnetwork" object doesn’t exist (wasn’t instantiated).
Important: I did not change anything in the example or in matlab classes.
Has anyone experienced this?
Any help will be appreciated.Hello to all.
I’m new on Matlab and started my studies by running examples.
"NR Intercell Interference Modeling" example was running a few days ago but not anymore.
Now, when a run it, matlab shows this message:
Dot indexing into the result of a function call requires parentheses after the function name. The supported syntax is ‘wirelessnetwork.internal.wirelessNode().reset’.
Error in wirelessNetworkSimulator/reset (line 493)
wirelessnetwork.internal.wirelessNode.reset();
Error in wirelessNetworkSimulator (line 472)
reset(obj);
Error in wirelessNetworkSimulator/getState (line 460)
simulatorInstance = wirelessNetworkSimulator();
Error in wirelessNetworkSimulator.init (line 110)
obj = wirelessNetworkSimulator.getState(0);
Debbugind the "wirelessNetworkSimulator" file (attached) I could see that the "wirelessnetwork" object doesn’t exist (wasn’t instantiated).
Important: I did not change anything in the example or in matlab classes.
Has anyone experienced this?
Any help will be appreciated. Hello to all.
I’m new on Matlab and started my studies by running examples.
"NR Intercell Interference Modeling" example was running a few days ago but not anymore.
Now, when a run it, matlab shows this message:
Dot indexing into the result of a function call requires parentheses after the function name. The supported syntax is ‘wirelessnetwork.internal.wirelessNode().reset’.
Error in wirelessNetworkSimulator/reset (line 493)
wirelessnetwork.internal.wirelessNode.reset();
Error in wirelessNetworkSimulator (line 472)
reset(obj);
Error in wirelessNetworkSimulator/getState (line 460)
simulatorInstance = wirelessNetworkSimulator();
Error in wirelessNetworkSimulator.init (line 110)
obj = wirelessNetworkSimulator.getState(0);
Debbugind the "wirelessNetworkSimulator" file (attached) I could see that the "wirelessnetwork" object doesn’t exist (wasn’t instantiated).
Important: I did not change anything in the example or in matlab classes.
Has anyone experienced this?
Any help will be appreciated. nr intercell interference modeling, error, wirelessnetworksimulator MATLAB Answers — New Questions