![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20830305_1610363726765_DEF.jpg)
Meenakshi Tripathi
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
190.868
of 297.016
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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(...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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]; ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 4 Jahre vor | 1 Antwort | 0