photo

Sangita Kamat


Last seen: 12 months ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
27,956
of 300,508

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

Feeds

View by

Question


How to solve the following System of first order differential equations using ode45?please help
q1=[q11; q21; q13]; q10=[7.1892; 11.4189; 0.5826]; t1 = pi:0.1:2*pi; dq11dt1= -k1*(12.7734-q11)*cos(q31)...

7 years ago | 1 answer | 1

1

answer

Question


Hello, I have divided first order differential equations into 6 systems over respective time span, I am getting result as Inputs must be floats, namely single or double. I have tried to correct but not happening. Please help
t1span=[0:0.5:pi] t2span=[ pi:0.5:2*pi]; t3span=[ 2*pi:0.5:3*pi]; t4span=[3* pi:0.5:4*pi]; t5span=[4* pi:0.5:5*pi]...

7 years ago | 1 answer | 0

1

answer

Question


If I try to solve ODE45 for the following, I am getting msg"Inputs must be floats, namely single or double. Can anybody tell me how to rectify? I am new to Matlab
for j=1:20 ; syms r xT yT k1 k2 t p v q q1 q2 q3 q10 q20 xt yt Px Py Ox Oy RD RP PD fcr fct fcrx fcry fctx fcty fct ...

7 years ago | 1 answer | 0

1

answer