photo

Manish Kumar


Last seen: 11 giorni fa Attivo dal 2024

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
93.304
of 300.331

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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)...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

circa un anno fa | 0 risposte | 0

0

risposte

Domanda


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...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta