photo

chirag rohit


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
2 个回答

排名
5,010
of 297,457

声誉
10

贡献数
5 个提问
2 个回答

回答接受率
40.0%

收到投票数
5

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I want to observe a gain margin with variable gain. How to plot variable to gain margin, where gain of transfer function is varying in step size?
clc clear all m = -2:0.1:5; c = 25; x = 10; % x = 0:0.01:20; % y = m.*x+c; s = tf('s') H = tf([1 m],[1 x c]) bode(H...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Not able to open simulink in matlab R2018a on linuxmint20
com.jogamp.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for X11GraphicsDevice[type .x11, co...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Error while plotting matrix of complex numbers
clc clear all sub=[ -1.1691 + 113.64i; -9.0587 + 137.23i; -10.221 + 166.23i; -9.6819 + ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


plot vector using complex numbers
I have array or matrix of complex numbers like this; [-3+4i;-2+5i;1+3i;6+2i;-1-8i] I want connect each point of abow matrix wi...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
how to solve my code with this error
In your simulink model there must be an integrator. And in properties of integrator you have changed below input, State Name: (...

5 years 前 | 5

已回答
Symbolize but the solutions number of the equation changed
clc clear all; syms q eta_yy = 2; eta_yx = 3; eta_xy = 4; eta_xx = 2; eta_zy = 4; eta_zx = 5; eta_yz = 6; eta_xz = 3; ...

6 years 前 | 0

2

个回答