Meenakshi Tripathi
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
74.700
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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(...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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]; ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 4 años hace | 1 respuesta | 0