photo

Manish Kumar


Last seen: 7 days ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
293,484
of 300,618

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,839

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


How to get time-domain simulation of a nonlinear state-space model?
I am simulating a nonlinear system in state-space form using MATLAB ODE solvers (e.g., ode23tb). First I starts with initial con...

13 days ago | 0 answers | 0

0

answers

Question


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

10 months ago | 1 answer | 0

1

answer

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 2 answers | 0

2

answers

Question


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

1 year ago | 1 answer | 0

1

answer