I am using 'idsolver' to solve a integro-differential equation. But having the problem when run the program "Undefined function or variable 'idsolver' ". How can I solve this problem?

조회 수: 1 (최근 30일)
xinterval= [0 6];
n=1;
Initcond =0;
c= @(x,y) x*(1+x^0.5)*exp(-x);
d= @(x) 1;
k =@(x) x;
alpha =@(x) x;
beta = @(x) 2;
Tol = 1e-8;
Flag =0;
idsolver(xinterval, n ,Initcond, c,d,k,alpha,beta,Tol,Flag)
  댓글 수: 2
Stephan
Stephan 2018년 10월 11일
편집: Stephan 2018년 10월 11일
Did you download idsolver and copy it into your Matlab path?
What is the result of
which idsolver
Md Abu Helal
Md Abu Helal 2018년 10월 11일
I didn't. Could you please tell me briefly, how to do that? Thank you for your help.

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

채택된 답변

Stephan
Stephan 2018년 10월 11일
In the comments to this answer is a link to download idsolver.
Since this is not a Part of Matlab Release you have to download and copy the files to one of your Matlab path by yourself.
Then it can be used.
Best regards
Stephan

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by