using Tisean with matlab

조회 수: 10 (최근 30일)
minoo
minoo 2011년 4월 23일
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.

채택된 답변

Matt Fig
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
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개)

minoo
minoo 2011년 4월 23일
I downloaded the source code, and now I have both folder "source_f" and "source_c" in my extracted folder.
I follow what is said in the link and I just copy and paste the example, but the below error pops up:
'henon' is not recognized as an internal or external command, operable program or batch file.
??? Error using ==> load Number of columns on line 2 of ASCII file C:\my works\MATLAB\henon.dat must be the same as previous lines.
  댓글 수: 1
Matt Fig
Matt Fig 2011년 4월 23일
If the source code includes C and Fortran functions, you will need to mex them. Look at the help for MEX.
help mex

댓글을 달려면 로그인하십시오.


henry gorx
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

카테고리

Help CenterFile 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!

Translated by