Yugal Gupta
IIT Roorkee
Followers: 0 Following: 0
Statistik
RANG
39.854
of 295.467
REPUTATION
1
BEITRÄGE
15 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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?
mehr als 7 Jahre vor | 0 Antworten | 0
0
Antwortencurve 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...
mehr als 7 Jahre vor | 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...
mehr als 7 Jahre vor | 0
Frage
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...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0