Community Profile

photo

Yugal Gupta


IIT Roorkee

Last seen: casi 2 años hace Con actividad desde 2017

Estadísticas

  • Thankful Level 3
  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


Extracting coefficients of 'sinwt', 'coswt', sin2wt etc from a symbiolic expression.
Hello, I am having a mathmatical symbolic expression and want to extract the coefficient of 'sinwt', 'coswt', 'sin2wt' and so ...

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

1

respuesta

Pregunta


The Linear Analysis Workspace is Empty ?
Hello, I am using MATLAB R2020b. Although at the bottom corner, it is showing that 'The linearization result 'Linsys1' is c...

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

1

respuesta

Pregunta


To plot two bode diagrams, one is obtained from linearization tool and the other one is obtained from calculated transfer function, in a single figure.
Hello, I have done linearization of my simulink model using 'Model Linearizer' tool. Now I want to have two bode plots, one is...

más de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Code for FFT analysis
If I have a signal in command window, how I can do the FFT analysis of that signal? Can someone suggest me the code for that ? B...

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

1

respuesta

Pregunta


Effect of ODE solver on total execution time
My simulink model is comprised of countinuous states. When I change the ODE solver (ODE1, ODE8 etc), keeping the fixed step size...

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

0

respuestas

Pregunta


Time complexity: Simulink Vs Matlab Code
From the computational complexity point of view, which one is more effiecient Simulink or Matlab code ? I have observed that for...

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

0

respuestas

Pregunta


Time Complexity of 2D array
tic vcp(i,:) = vcpa(:); vcn(i,:) = vcna(:); toc where, vcpa and vcna are array of size 2. vcp and vcn are 2-D...

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

1

respuesta

Pregunta


How to change model parameters in the meanwhile of running simulation ??
Hello, I am using an Induction Motor block in Matlab simulation. In the starting, I have set all the parameters manually. Now...

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

0

respuestas

Pregunta


Error - Subscript indices must either be real positive integers or logicals ??
sym(zeros(4, 1)); is showing an error "Subscript indices must either be real positive integers or logicals". What may be th...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


sequential parameter estimation for non linear system using Matlab
Hey, I have written a piece of code for sequential parameter estimation for non-linear system in Matlab. But I'm not sure w...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Does anyone has matlab code for sequential parameter estimation for nonlinear system ??
Does anyone has matlab code for sequential parameter estimation for a nonlinear system?

casi 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
curve correction by new point
Dear Mohammad, Do You have written code for your problem,"Curve correction by new point "? Actually, the same problem I have...

casi 7 años hace | 0

Respondida
How can I make correction in the constants of the model equation?
Thank You 'John D'Errico'. My problem is non-linear in nature. The problem is not the optimisation at all. Actually, for redoing...

casi 7 años hace | 0

Pregunta


How can I make correction in the constants of the model equation?
Till the nth instant of time, I have some data, using that data I have fitted the curve, have found the constants. Now at (n+1)t...

casi 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to do simultaneous curve fitting for two model equations having common constants ??
I am having two different model equations and also experimental data respectively. Both model equations are having common consta...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using sym/subsindex (line 1558) Indexing input must be numeric, logical or ':'.
This the simple code, please have a look syms m A = [1 2 3; 4 5 6; 7 8 9;]; B = symsum(A(m,m),m,1,3); N...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I am using 'fit' command for curve fitting. But my model equation is defined only for some range of input (x>5) . For x<5, model equation is y =2 (Having no constants). So How should I deal this problem ? Thanks in Advance.
I am using 'fit' command for curve fitting. But my model equation is defined only for some range of input (x>5) . For x<5, model...

casi 7 años hace | 1 respuesta | 0

1

respuesta