RITIKA Jaiswal
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
35.047
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
how to fix error message Invalid expression as When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
% Define the parameters n = 25; % number of state variables vz = 0.5 * ones(1, n); % vz_i values (constant) rho = 0.2 * one...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to solve systems of ode in matlab?
I am trying to solve following sets of odes for different cases of control volume .I have written the code here and after runnin...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to solve the error while solving the given equation by ode45 or ode15s?
clear all; clc; %initialisation delr=0.0004; tspan =[0 50]; k= 0.8 rho = 0.5 a=2; b=3; c=4; d=5; y0=0.5; i=2;j=2; ...
más de 1 año hace | 2 respuestas | 0
2
respuestasHow to solve systems of non linear partial differential equations using finite difference method?
@Torsten @William RoseI read the paper found that we dont need to discretize in time domain .To get the in the form of equatio...
alrededor de 2 años hace | 0
Pregunta
How to solve systems of non linear partial differential equations using finite difference method?
I am trying to solve Sets of pdes in order to get discretize it.Using finite difference method such that the resulting ODEs appr...
alrededor de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
How to solve systems of non linear equation of dimensions 100 using ode45 matalb.
how should i proceed if we want to implement its code?
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
dsolve unable to find symbolic solution to sets of ODE
Hi all, I have been trying my hand at matlab recently and encountered an error while attempting to solve an ordinary differenti...
alrededor de 2 años hace | 1 respuesta | 0