photo

Debanita Das


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
241,437
of 300,553

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Trouble with time delay differential equation
%% ddex1_func function dYdt = ddex1_func(t,Y,Z) a=8.5; b=-9.5; c=-1; d=4.55; y1=Y(1);y2=Y(2); y1_tau1 = Z(1,4.9); y2_tau...

6 years ago | 1 answer | 0

1

answer

Question


Trouble with difference equation
clc; close all; clear all; b=0.9; d=0.25; nn=200; t=[0:0.1:100]; for a=0:0.01:11 for n=1:nn x(1)=0.4; ...

6 years ago | 1 answer | 0

1

answer

Question


Having trouble to solve equations
E=1.42; x=sym('x%d',[1,3]); a=((E+x(1))*0.1+(-x(2)-7*x(3))*(((E+x(1))*(E+x(1))*(E+x(1))*(E+x(1)))/(((E+x(1))*(E+x(1))*(E+x(1))...

6 years ago | 1 answer | 0

1

answer