![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26138752_1648899675913_DEF.jpg)
Manish Kumar
Followers: 0 Following: 0
Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
240.036
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 can I express a set of nonlinear differential equations in the form 𝑥 ˙ = 𝐴 ( 𝑥 ) ⋅ 𝑥 + 𝐵 using MATLAB code ?
dXdt = @(X) [ 2*(x(1) + 0.005)^2 + 3*(x(1) + 0.005)*(x(2) + 0.003); 2*(x(1) + 0.005) + 4*(x(2) + 0.003)^2; (x(1)...
7 días hace | 0 respuestas | 0
0
respuestasPregunta
running MATLAB on HPC ....(MATLAB Job Script: Output Log Shows No Data After Running)
Hi, I'm running a MATLAB job on an HPC cluster using SLURM. The script successfully generates a plot and saves it as a PNG file...
6 meses hace | 0 respuestas | 0
0
respuestasPregunta
How to resolve "Out of memory" error?? please look into the following code
clear all clc tspan = [0 2]; y01 = 0.1*ones(36,1); y0 =[10 2.5 0 1 0.00025 0 0 0 0 (11.4*380/10000) -(5.5*380/10000) 380.8/3...
6 meses hace | 2 respuestas | 0
2
respuestasPregunta
Error using horzcat Requested 36x28689400 (7.7GB) array exceeds
clear clc % Define the time span for the solution tspan = [0 1]; % For example, from 0 to 10 seconds % Define the initial co...
6 meses hace | 1 respuesta | 0