photo

chirag rohit


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
5,100
of 300,338

REPUTATION
10

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
5

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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
  • Revival Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Answered
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: (...

6 years ago | 5

Answered
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 ago | 0

2

answers