mcdougallab / matlabneuroninterface

Interface for connecting NEURON and MATLAB
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Exploration nrn9 #26

Closed edovanveen closed 1 year ago

edovanveen commented 1 year ago

In this branch we use the improved error handling of NEURON 9 (closes #15) to fix a hard crash caused by calling NEURON functions from MATLAB with the incorrect number or type of arguments (closes #19). At the moment NEURON 9 is still under development.

The upgrade to NEURON 9 requires some changes in the way NEURON functions are called due to C++ name mangling.

edovanveen commented 1 year ago

@ramcdougal Can I merge this pull request into the neuron9dev branch? I will need this code for issue #19

ramcdougal commented 1 year ago

Done. I rebased both this and the linux exploration branch.