Xiangyu Ding
2009-04-03 22:35:35 UTC
I just started using python and plan to port a matlab simulation
software to python.
The main problem I had so far is that there doesn't seem to be a good
alternative to simulink in python. so my plan was to compile the
simulink model into C code and use some kind of API to transfer the
results into python. Currently I'm saving the result to hard drive and
load it in scipy, but this is very slow.
I was wondering, is there any existing module or something that will
allow the transfer to be done in memory?
Another problem is that I need to extract the state space matrix from
a simulink model, does anyone know a way to do this without using
matlab?
Thanks,
Xiangyu Ding
software to python.
The main problem I had so far is that there doesn't seem to be a good
alternative to simulink in python. so my plan was to compile the
simulink model into C code and use some kind of API to transfer the
results into python. Currently I'm saving the result to hard drive and
load it in scipy, but this is very slow.
I was wondering, is there any existing module or something that will
allow the transfer to be done in memory?
Another problem is that I need to extract the state space matrix from
a simulink model, does anyone know a way to do this without using
matlab?
Thanks,
Xiangyu Ding