You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running CARLsim4 with Matlab 2017b, I get the following error when trying to run the OAT with the smooth output:
Expected one output from a curly brace or dot indexing expression, but there were 0 results.
Error in NetworkMonitor/setGroupPlotType (line 609)
obj.groupMonObj{gId}.setDefaultPlotType(plotType);
Error in demoSmooth (line 27)
NM.setGroupPlotType(-1, 'heatmap')
I think that it could be fixed by updating demoSmooth.m with the following patch:
Running CARLsim4 with Matlab 2017b, I get the following error when trying to run the OAT with the smooth output:
I think that it could be fixed by updating demoSmooth.m with the following patch:
However, I'm not sure if the root cause is the version of Matlab that I am using.
The text was updated successfully, but these errors were encountered: