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
Hello, I encountered the following error when running the demo_batch_2p.m and demo_batch_1p.m files:
/*************************
Error using save
No variable matched the pattern 'save_*'.
Hello, I encountered the following error when running the demo_batch_2p.m and demo_batch_1p.m files:
/*************************
Error using save
No variable matched the pattern 'save_*'.
Error in Sources2D/save_workspace (line 1781)
evalin('caller', sprintf('save(''%s'', ''neuron'', ''save_'', ''show_'', ''use_parallel'', ''with_*'', ''-v7.3''); ', file_path));
Error in Sources2D/save_workspace_batch (line 1821)
obj.save_workspace();
Error in demo_batch_2p (line 128)
neuron.save_workspace_batch();
*****************************/
I just ran the program without changing anything.
P.S. : I cloned the git repository as suggested in a previous issue, and the problem still existed.
The text was updated successfully, but these errors were encountered: