文件名称:matlab代码影响-mrg-cpp:在C++中重新实现MRG模型
文件大小:4.49MB
文件格式:ZIP
更新时间:2024-06-11 01:51:18
系统开源
matlab代码影响McIntyre,Richardson和Grill Axon模型 McIntyre,Richardson和Grill(2002)用C ++重新实现了轴突模型。 还添加了可视化(使用openFrameworks实现)。 建造 获取来源: $ git clone https://github.com/mm318/mrg-cpp.git $ cd mrg-cpp 设置openFrameworks 0.10.1及其CMake构建: $ wget https://github.com/openframeworks/openFrameworks/archive/0.10.1.tar.gz && tar xvzf 0.10.1.tar.gz && rm 0.10.1.tar.gz # optional if dependencies are already installed $ sudo openFrameworks-0.10.1/scripts/linux/ubuntu/install_dependencies.sh $ openFrameworks-0.10.1/scrip