x********u 发帖数: 430 | 1 【 以下文字转载自 SysBio 俱乐部 】
发信人: xiaoyaoyou (逍遥游), 信区: SysBio
标 题: 请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢!
发信站: BBS 未名空间站 (Mon Jul 12 22:51:17 2010, 美东)
在安装SBML toolbox之前要把libsbml 绑定到matlab或者C+或者Java等编译软件。本人
用WINDOWS XP系统,Matlab版本为7.1。每次按照说明安装libsbml,运行时总会有
install_Win32出错。如果直接安装sbml toolbox则会弹出 Binding not installed.
SBMLToolbox requires that the MATLAB binding of libSBML is installed.
我是一个计算机语言白吃,请问高手如何解决这一问题。谢谢! |
|
x********u 发帖数: 430 | 2 【 以下文字转载自 Biology 讨论区 】
发信人: xiaoyaoyou (逍遥游), 信区: Biology
标 题: 请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢! (转载)
发信站: BBS 未名空间站 (Mon Jul 12 22:57:26 2010, 美东)
【 以下文字转载自 SysBio 俱乐部 】
发信人: xiaoyaoyou (逍遥游), 信区: SysBio
标 题: 请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢!
发信站: BBS 未名空间站 (Mon Jul 12 22:51:17 2010, 美东)
在安装SBML toolbox之前要把libsbml 绑定到matlab或者C+或者Java等编译软件。本人
用WINDOWS XP系统,Matlab版本为7.1。每次按照说明安装libsbml,运行时总会有
install_Win32出错。如果直接安装sbml toolbox则会弹出 Binding not installed.
SBMLToolbox requires that the MATLAB b |
|
x********u 发帖数: 430 | 3 在安装SBML toolbox之前要把libsbml 绑定到matlab或者C+或者Java等编译软件。本人
用WINDOWS XP系统,Matlab版本为7.1。每次按照说明安装libsbml,运行时总会有
install_Win32出错。如果直接安装sbml toolbox则会弹出 Binding not installed.
SBMLToolbox requires that the MATLAB binding of libSBML is installed.
我是一个计算机语言白吃,请问高手如何解决这一问题。谢谢! |
|
s******a 发帖数: 252 | 4 It's just XML. The best part is a common format for data exchange.
Given the solid support for XML in many modern languages, it is easy to
parse even without specific SBML tools.
When I used libsbml version 3.2 to do a project, I noticed some problems in
the implementation. Well, I just wanted to finish my project. Now, as I look
at libsbml 4.0, they seem to have fixed the problems. However, the API has
changed. Guess what, my code is now broken :-( |
|
h***t 发帖数: 2540 | 5 如果是MATLAB 这几年的版本,是自带SVM的 |
|
g*****1 发帖数: 173 | 6 估计是lib的搜索路径不对,google一下看看喽。 |
|
A**********e 发帖数: 3102 | 7 最近查了些 SBML 的 model,想用 C++ 来把 MathML 格式的 ODE/DAE 抽出来,或者把
自己的 ODE/DAE 用 C++ 通过 libSBML 直接写成 SBML,发现这个 MathML 的语法很惊
人啊。不知道有没有现成的 interface 可以直接写? |
|