Community Profile

photo

Yugal Gupta


IIT Roorkee

Last seen: 거의 2년 전 2017년부터 활동

통계

  • Thankful Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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?

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

질문


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

거의 7년 전 | 답변 수: 3 | 0

3

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변