필터 지우기
필터 지우기

running Tisean from matlab

조회 수: 3 (최근 30일)
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by