![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2849176.jpg)
ragesh r menon
2013 年からアクティブ
Followers: 0 Following: 0
Professional Interests: system identification, control system design for aerospace and automotive applications,modeling and simulation,RTW
統計
All
Feeds
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
9年以上 前
回答済み
how to find transfer function from step response parameters?
For first order/second order systems you can use the empirical relationship to find the transfer function. For higher order syst...
how to find transfer function from step response parameters?
For first order/second order systems you can use the empirical relationship to find the transfer function. For higher order syst...
10年以上 前 | 0
回答済み
Best way to make a matlab - simulink closed loop simulation
can't you use MATLAB function blocks in Simulink to achieve this?
Best way to make a matlab - simulink closed loop simulation
can't you use MATLAB function blocks in Simulink to achieve this?
11年弱 前 | 0
回答済み
need help with ode45
See, you are not defining aC in the function xC3 and this aC is again dependent on the state xC aC = am+max(0,1-CC/(...
need help with ode45
See, you are not defining aC in the function xC3 and this aC is again dependent on the state xC aC = am+max(0,1-CC/(...
11年弱 前 | 0
回答済み
need help with ode45
The problem here is that the scope of variable "bC" is outside the definition of function. Either define them locally by defin...
need help with ode45
The problem here is that the scope of variable "bC" is outside the definition of function. Either define them locally by defin...
11年弱 前 | 0
回答済み
How to calculate gain for any difference equation?
I didn't follow the question . Can you specify more details ?
How to calculate gain for any difference equation?
I didn't follow the question . Can you specify more details ?
11年弱 前 | 0
回答済み
area of hysteresis complex loops for calculating the dissipated energy.
There is no inbuilt function . You need to write your-own function .Presuming that you have x and y vectors and hysteresis loop ...
area of hysteresis complex loops for calculating the dissipated energy.
There is no inbuilt function . You need to write your-own function .Presuming that you have x and y vectors and hysteresis loop ...
11年弱 前 | 0
回答済み
Determine point intersection of 2 vectors with different values.
Could you explain ? I didn't follow it precisely
Determine point intersection of 2 vectors with different values.
Could you explain ? I didn't follow it precisely
11年弱 前 | 0
回答済み
Determine point intersection of 2 vectors with different values.
If you need analytical solution, then you should first have analytical expressions like polynomial expressions etc. . So use "cf...
Determine point intersection of 2 vectors with different values.
If you need analytical solution, then you should first have analytical expressions like polynomial expressions etc. . So use "cf...
11年弱 前 | 0
回答済み
Unit delay's magnitude
It should be the sample time 0.5 s. You can verify this yourself in simulink using a signal generator, unit delay and sink
Unit delay's magnitude
It should be the sample time 0.5 s. You can verify this yourself in simulink using a signal generator, unit delay and sink
11年弱 前 | 0
回答済み
ODE45 help with function (numel(y)=1 error)
I don't think there is an error in the m script. But this error is shown because you are defining another "y" probably a local y...
ODE45 help with function (numel(y)=1 error)
I don't think there is an error in the m script. But this error is shown because you are defining another "y" probably a local y...
11年弱 前 | 1
| 採用済み
回答済み
Covert cell to matrix for MFCC features vector
Use cell2mat %"a" is a cell array b = cell2mat(a);
Covert cell to matrix for MFCC features vector
Use cell2mat %"a" is a cell array b = cell2mat(a);
11年弱 前 | 0
| 採用済み
回答済み
Simulink button for a cubic function
You can use "user defined function" blocks in Simulink for these purposes. Use "Fcn","Matlab function" etc for this For example ...
Simulink button for a cubic function
You can use "user defined function" blocks in Simulink for these purposes. Use "Fcn","Matlab function" etc for this For example ...
11年弱 前 | 1
回答済み
need to plot value of tau for changing value of angles help
Here you are only storing last values of "k" and "p". And hence the plot shows a point. To modify the code, store value of k f...
need to plot value of tau for changing value of angles help
Here you are only storing last values of "k" and "p". And hence the plot shows a point. To modify the code, store value of k f...
11年弱 前 | 0
| 採用済み
回答済み
is it possible to square every element in equation ?
Yes, This is possible in Symbolic Math Toolbox for example syms a b c d s=a+b+c+d; subs(s, [a b c d],[a^2 b^2 c^2 d^2...
is it possible to square every element in equation ?
Yes, This is possible in Symbolic Math Toolbox for example syms a b c d s=a+b+c+d; subs(s, [a b c d],[a^2 b^2 c^2 d^2...
11年弱 前 | 0
回答済み
Is it possible to tune PID controller using "gamultiobj"
Yes it is possible. <http://www.maxwellsci.com/print/rjaset/v7-1116-1122.pdf Optimization of PID Controller for Brushless DC Mot...
Is it possible to tune PID controller using "gamultiobj"
Yes it is possible. <http://www.maxwellsci.com/print/rjaset/v7-1116-1122.pdf Optimization of PID Controller for Brushless DC Mot...
11年弱 前 | 0
| 採用済み
回答済み
I'm trying to make a paper-scissors-rock game that you verse the computer in. I need some help with the final part ... I have posted what my start of my program looks like
Madeleine, now that you have done this far, its very easy. You just need to check if the human wins or computer wins or the gam...
I'm trying to make a paper-scissors-rock game that you verse the computer in. I need some help with the final part ... I have posted what my start of my program looks like
Madeleine, now that you have done this far, its very easy. You just need to check if the human wins or computer wins or the gam...
11年弱 前 | 1
| 採用済み
回答済み
call a function within another function
You can use function handles for this. The task is to create a handle of the function you want to call and pass this to the othe...
call a function within another function
You can use function handles for this. The task is to create a handle of the function you want to call and pass this to the othe...
11年弱 前 | 0
回答済み
What would be the simulation for the following statement?: A fair coin is tossed until the first head occurs. Do this Z = 10 times and plot the relative frequencies of this occurring at the ith toss, for suitable values of i.
clear all clc close all z=10;%number of times you want to repeat the experiment s=zeros(0,z); for j=1:z ...
What would be the simulation for the following statement?: A fair coin is tossed until the first head occurs. Do this Z = 10 times and plot the relative frequencies of this occurring at the ith toss, for suitable values of i.
clear all clc close all z=10;%number of times you want to repeat the experiment s=zeros(0,z); for j=1:z ...
11年弱 前 | 0
| 採用済み
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
11年弱 前
回答済み
how to control the cart position in the inverted pendulum?
Hi there, This is a bench mark problem in control engineering why because 1)system is nonlinear (not a big deal as almost ...
how to control the cart position in the inverted pendulum?
Hi there, This is a bench mark problem in control engineering why because 1)system is nonlinear (not a big deal as almost ...
11年弱 前 | 1
回答済み
Simulink and graphical programming languages
Yes Simulink is a graphical programming language because, the source code itself is graphical in nature, though text can be incl...
Simulink and graphical programming languages
Yes Simulink is a graphical programming language because, the source code itself is graphical in nature, though text can be incl...
11年弱 前 | 0
| 採用済み
回答済み
How can i build the state space for a linear time varying system in MATLAB?
You can get a tutorial on this from the following link <http://www.youtube.com/watch?v=_DTdgp-oIUI SIMULINK modeling of a spr...
How can i build the state space for a linear time varying system in MATLAB?
You can get a tutorial on this from the following link <http://www.youtube.com/watch?v=_DTdgp-oIUI SIMULINK modeling of a spr...
11年弱 前 | 0
回答済み
symbolic multivariable Taylor series first order approximation
You can use mupad for this. Suppose your ODE is dot(.)=f(x,y....) and you want to expand along(x0,yo,....) and n is the order up...
symbolic multivariable Taylor series first order approximation
You can use mupad for this. Suppose your ODE is dot(.)=f(x,y....) and you want to expand along(x0,yo,....) and n is the order up...
11年弱 前 | 0
| 採用済み
回答済み
Signal Convolution in simulink
<http://www.mathworks.in/matlabcentral/answers/123684-could-you-help-me-to-write-this-formula-in-matlap-and-to-get-it-s-code dis...
Signal Convolution in simulink
<http://www.mathworks.in/matlabcentral/answers/123684-could-you-help-me-to-write-this-formula-in-matlap-and-to-get-it-s-code dis...
11年弱 前 | 0
回答済み
could you help me to write this formula in matlap ,and to get it's code ??
clc close all clear all x=1:10;%give your x here h=0:2:6; %give your h here m=length(x); n=length(h); X=[x,zero...
could you help me to write this formula in matlap ,and to get it's code ??
clc close all clear all x=1:10;%give your x here h=0:2:6; %give your h here m=length(x); n=length(h); X=[x,zero...
11年弱 前 | 2
| 採用済み