photo

Mohab Aboueleil


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
189,904
of 301,440

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


how to solve this error ? and why there is error in this ?
i started with syms A1(t) A2(t) S(t) x(t) T Cl(t) Cr(t) Y syms A1(t) A2(t) S(t) x(t) T Cl(t) Cr(t) Y A11 = diff(A1,1) A1...

5 years ago | 1 answer | 0

1

answer

Question


how to solve this error? and why there is error?
A11 = diff(A1,1) A12 = diff(A1,2) A21 = diff(A2,1) A22 = diff(A2,2) S2 = diff(S,2) X2 = diff(x,2) Eq1 = X2 == (14....

5 years ago | 0 answers | 0

0

answers

Answered
ODE45 - Solving a system of second order differential equations
syms A1(t) A2(t) S(t) x(t) T Cl(t) Cr(t) Y A11 = diff(A1,1) A12 = diff(A1,2) A21 = diff(A2,1) A22 = diff(A2,2) S2 = di...

5 years ago | 0