photo

Manish Kumar


Last seen: Today 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
141,655
of 300,779

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Sign convention for enforcing positive definite matrix P ( 𝑃 ⪰ 𝜀 𝐼 ) using lmiterm in MATLAB LMI Toolbox (LMI)
%% Common Lyapunov LMI using MATLAB LMI Toolbox % Example system matrices (can be replaced by A_rule{k}) A_rule{1} = [-1 2;...

9 days 前 | 1 个回答 | 0

1

个回答

提问


Common Lyapunov matrix from T–S fuzzy LMI differs from published result (scaling issue?)
I am implementing a Takagi–Sugeno (T–S) fuzzy model and computing a common Lyapunov matrix using the MATLAB LMI Toolbox. The sy...

14 days 前 | 1 个回答 | 1

1

个回答

提问


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

1 month 前 | 0 个回答 | 0

0

个回答

提问


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

11 months 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答