필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Function Divergence under Matlab, but no divergence under Mathematica !

조회 수: 1 (최근 30일)
Sylvain Rousseau
Sylvain Rousseau 2013년 11월 13일
마감: Sylvain Rousseau 2013년 12월 9일
Hi !
I evaluate a function both under Matlab and Mathematica. Matlab ends up with a divergence whereas Mathematica computes proper values.
Here is the caller code :
tau = 15.1605;
a = 37.4046; tau1 = .1711; t1 = .2161;
b = 1.1417; tau2 = -15.5449; t2 = 21.3254;
xc1=(119.1:.01:119.8);
theoC = myModelFunc1( xc1, tau ,tau1, tau2,...
t1, t2, a, b);
Attached with this question, the function code : myModelFunc1.m.
May I ask you why such a matlab divergence issue ?
Regards

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by