photo

Manish Kumar


Last seen: 3日 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
141,655
of 300,765

評判
0

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
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;...

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

11日 前 | 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ヶ月 前 | 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ヶ月 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答