Meenakshi Tripathi
Followers: 0 Following: 0
Statistica
7 Domande
0 Risposte
RANK
74.700
of 295.495
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
71.43%
VOTI RICEVUTI
0
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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(...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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]; ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 4 anni fa | 1 risposta | 0