using Tisean with matlab
9 次查看(过去 30 天)
显示 更早的评论
Hi every body, I need some functions of Tisean to use in matlab. I've seen the link below
but it wasn't helpful for me. I wanna know if any body can help me to find a solution.
0 个评论
采纳的回答
Matt Fig
2011-4-23
Did you download the source code? It doesn't help those who would help you to leave out the exact problem...
Did you download the files?
Did you follow the author's installation instructions?
Did you get an error? What error?
etc, etc. The more specific you are in asking the question, the better we will be able to help...
1 个评论
Af
2012-11-9
Hi
I just have a very simple code to make a demo of TISEAN in MATLAB It works with no error and the "status" returns zero. however, the output file is not made. Interestingly, if I simply write the same command in command prompt (cmd, windows XP), the output file is generated. Could you tell me what may be wrong here?
tiseanPath = 'C:\TISEAN3\bin\';
a = 1.4;
[status,result]=system([tiseanPath,'henon -B0.3 -A',num2str(a),' -l1000 -o ']);
Thanks very much in advance
更多回答(2 个)
henry gorx
2011-12-24
please, when I use lyap_r the results are different compared with mtrchaos, I mean to the magnitude, for example, lypa_r gave me a lyapunov exponet of -4.656 and mtrchaos gave me a -0.0047, what's the difference? I really appreciate your help. Thanks
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 QSP, PKPD, and Systems Biology 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!