Meenakshi Tripathi - MATLAB Central
photo

Meenakshi Tripathi


Last seen: 거의 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 01/21 to 01/25Use left and right arrows to move selectionFrom 01/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
140,163
of 296,430

평판
0

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
0

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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(...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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]; ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 4년 전 | 답변 수: 1 | 0

1

답변
Go to top of page