Community Profile

photo

Meenakshi Tripathi


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


error occurring while solving odes using ode15s
function comb_thesis clc clear all global E A B E = [-3.6264 3.5447 -4.8625 zeros(1,8);-0.3148 -1.9197 -1.1648 zeros(1,8);ze...

3 years ago | 2 answers | 0

2

answers

Question


error in matrix multiplication while solving system of differential equations
function comb_thesis clc clear all E = [0.5 -2.5 0 0 0 0 0 0 0 0 0 0;3 -3 4 0 0 0 0 0 0 0 0 0;2 -1 3 0 0 0 0 0 0 0 0 0;zeros(...

3 years ago | 1 answer | 0

1

answer

Question


how to call function from one m file to another m file?
function homework clc clear all A = [0 1;0 0]; B = [0;1]; C = [1 0]; L = lmimeena(A,C); tspan = [0:.1:10]; x0 = [1 0]; ...

3 years ago | 1 answer | 0

1

answer

Question


error in plotting graph
function homework clc clear all global A B C L x0 tspan A = [0 1;0 0]; B = [0;1]; C = [1 0]; L = [1.8750;2.6250]; tsp...

3 years ago | 1 answer | 0

1

answer

Question


how to solve error occuring in underlined part?
function food2 clc clear all global E A B C RB k L N M tspan x0 z0 u E = [1 0 0 0;0 1 0 0;0 0 0 0;0 0 0 0] A = [0 0 1 0;1 0...

3 years ago | 1 answer | 0

1

answer

Question


how to solve non linear simultaneous ordinary differential equation?
= (35)(y − x) = (-7)x − xz + (28)y = xy − (2.97)z I solved this problem using ode23 like this- function dydt = odefcn(t...

3 years ago | 1 answer | 0

1

answer

Question


How to solve the error "[t, z]= ode45(@observer, t_temp,z0)" in line 23.
function will clc global E A B C N P L M x0 tspan u E=[0.5 -2.5 0;3 -3 4;2 -1 3]; A=[-1 4.5 -0.5;-7 7 -8;-5 ...

3 years ago | 1 answer | 0

1

answer