photo

chirag rohit


Last seen: casi 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
2 Respuestas

CLASIFICACIÓN
5.010
of 297.503

REPUTACIÓN
10

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

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

más de 5 años hace | 5

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

casi 6 años hace | 0

Pregunta


I am solving 20 nonlinear equation using fsolve to find 20 variables' value. But i previously know one of variable's value. That variable is x(17) in eqn F(17). x(17)=1200. Based on this fixed variable i want to find remaining variables' value.
function F = root16d(x) Qs_ref=0; Pw_ref=0.322; F(1) = -0.5*((x(1)*x(2))-(x(3)*x(4)))-Qs_ref; %Qr=0.5*((x(5)*x(8))-(x(7)...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas