Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we solve this with the code #1

Open
Bhawdeep opened this issue Aug 16, 2023 · 0 comments
Open

Can we solve this with the code #1

Bhawdeep opened this issue Aug 16, 2023 · 0 comments

Comments

@Bhawdeep
Copy link

github.pdf
alpha=0.5; met=1; limit=500; t0=0; T=200; tau=0; h=0.1; x0=[25000,35000,20000,5500]; a1=0.3; a2=0.3; a4=0.5; a3=0.6; b1=0.34; b2=0.25; u=0.04; d=0.01; I=12000; A=[-(a1+b1+u),a3,0,0;a1,-(a2+a3+a4+u),0,0;b1,a2,-(b2+u),0;0,a4,b2,-(u+d)]; B=[0,0,0,0;0,0,0,0;0,0,0,0;0,0,0,0]; f=[I;0;0;0]; X=slfdde(met,limit,t0,T,tau,h,alpha,x0,A,B,f); y1=0:0.1:200; figure plot(y1,X(1))
i took these for four variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant