photo

Rakesh Jain


Last seen: 13 días hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to get inverse of Backlash in simulink?
Please check the image attached herein (Source; Load Frequency Control of Power Systems with Governor Deadband (GDB) Non-linea...

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

0

respuestas

Pregunta


How to find f(t-1) if f(t) is given using simulink
I have an equation, something like this lambda = sign [f(t)]*f(t-1)] I am computing f(t) from the function block. So, i...

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

1

respuesta

Pregunta


Matlab and simulink giving different results - FOPID controller (Files attached)
Please find attached the simulink and matlab files, wherein a simple FOPID controller is designed for a system. Both the files f...

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

1

respuesta

Pregunta


How to find step response of a non linear system
I am reading a paper "Design of PID-P Controller for Non-Linear System using PSO " by Rajim Gupta, P.K.Padhy. In that paper, the...

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

1

respuesta

Pregunta


Sample of sine wave
I need to sample a continuous time sine wave via MATLAB. For example, I need 19 samples of a sine wave. But the output, i.e. the...

más de 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Nonlinear optimisation via fmincon
I am using fmincon to optimize my objective function: objfn = f(Kp, Kd, Ki, x, y,w).I need to find optimum values of Kp, Kd, Ki,...

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

0

respuestas

Pregunta


Addition of disturbance to microgrid system
I have a microgrid system which is represented in state space model by x dot = Ax . The dimension of A is 32*32. I want to in...

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

0

respuestas

Pregunta


Solving for coefficients : Substitution error
In the below matlab code, I m solving for the coefficients b,c,d,e,f by comparing to a known equation. In the second last line o...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


To find unknown constants similar to polynomial division
I have a 4th degree polynomial like 2x^4 + (3+K)x^3 + (4K)x^2 + 5x +9 (K is a constant) and a second degree polynomial like x^2 ...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


.eps to Matlab .fig - Is it possible
I had made a complex .fig graph in Matlab. I exported it as a .eps file but forgot to save a .fig plot. Is it somehow possible t...

casi 7 años hace | 0 respuestas | 1

0

respuestas

Pregunta


ISE, IAE, ITAE via Simulink
I have the data for output y and time t taken from simulink into the matlab workspace. I also have plot of y versus t Error is d...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Calculation of Integral square error from Simulink
I have a control system model in simulink. Using "to workspace" block, I have taken the output y and time t from the clock to Ma...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Definition of Integral Square Error via matlab (ISE)
I have to find integral square error, where error is defined below. I For the purpose of defining ISE, I have taken t= 0:0.1:100...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Some variables not being shown in workspace
I am implementing an optimisation heuristic algorithm in matlab. When I run it, some of the variables are not coming up in works...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Marker and color change on step plot
I want to change the color and marker style and size in step response plot through matlab code in the code. How can it be done ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Doubt with stepinfo. Matlab file and program attached
Please find attached the code sys = fotf([0.08 1.88 0],[2 1 0],[1.8],[0]); pidi = fotf([1 0],[x(4) 1],[x(3) x(1) x(2)],[...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Simulink block diagram in higher resolution
I need to save a simulink block diagram in tiff format at a higher resolution. I need this to be able to use this figure in IEEE...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Simulink doubt -not have enough information to determine output sizes for this block
Please find attached the simulink diagram. The code in the main function block is as follows : function [xdot,xcapdot,db...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Enlarge step response plot
I got the answer. On figure magnifier does this job. It is given here <https://in.mathworks.com/matlabcentral/fileexch...

alrededor de 7 años hace | 0

| aceptada

Pregunta


Enlarge step response plot
<</matlabcentral/answers/uploaded_files/82619/Abc.jpg>> I have a step response plot of two transfer functions. Both are almos...

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

2

respuestas

Pregunta


Error while installing MATLAB
I have just opened the setup of Matlab R2016b. On opening, it shows an error : The installer could not start the JVM. Coul...

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

1

respuesta

Pregunta


Plot browser: where is property editor lineseries
I am plotting step response of 7 transfer function in matlab R2016b. I want to select each of them individually. When I open plo...

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

0

respuestas

Pregunta


H infinity norm Warning
When I calculate the h infinity norm of the following stable system given below, the warning appears that "Warning: SYSTEM has c...

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

0

respuestas

Pregunta


Publication Quality Matlab Plot
I am writing a research paper. But the Matlab graph are of very low resolution, in the sense that when it is copy pasted into MS...

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

1

respuesta

Pregunta


Are Stochastic selection and Stochastic uniform selection same ?
I am using Genetic Algorithm to minimise my objective function using optimtool toolbox. Under the 'selection' header it has a op...

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

0

respuestas

Pregunta


Genetic Algorithm .Program running but not giving a maxima
The Genetic algorithm given below is to maximise a given non linear function.It runs correctly and gives some output. But the o...

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

1

respuesta

Respondida
Genetic Algorithm .Program running but not giving a maxima
I have understood my mistake. I was my by mistake using different function for calculating output and y. Silly mistake on my par...

más de 7 años hace | 0

| aceptada

Pregunta


Normal Random number generation
I want to generate random numbers from a standard normal distribution with decreasing standard deviation that lies between 0 and...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Solve a system of non linear equations with parameters
I have to find p11 p12 p22 in the following equations where q r b c are constants p12^2/r + 2*c*p12 - 2*q = 0 p11 - ...

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

1

respuesta

Pregunta


Error: Double cannot convert the input expression into a double array.
The following is the program made by me which at the end gives me integral square error "integMinError". I wish to minimise this...

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

1

respuesta

Cargar más