sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

Can we re-architecture the entire thing to cut out cpplab? #575

Open sg-s opened 3 years ago

sg-s commented 3 years ago

in principle, the MATLAB interface to C++ files should be able to directly talk to xolotl source code. model construction and manipulation would use C++ methods instead of cpplab.add

sg-s commented 3 years ago

maybe build libraries and send them to codegen first? as in

https://petercorke.com/matlab/calling-c-from-matlab/