Respondida
Second order differential equation with large matrices
Hi @David Togonidze SInce this is a linear system, if you have the Control System Toolbox, then you can manipulate the matrix d...

más de 3 años hace | 3

| aceptada

Respondida
Control System Steady State Error for VTOL
Hi @Abdul Rahman Alam The transfer function between the error signal and the input signal is defined by where is the clos...

más de 3 años hace | 2

| aceptada

Respondida
How can i calculate the PI controller gains from my plant transfer function
Hi @Mads Olesen You can try this. But use a small combination pool. From the previous simulations, it seems that Kp has a mor...

más de 3 años hace | 2

Respondida
Inputting a time varying equation into system in simulink
Hi @Reed Smith Edit #2: As suggested in my original Answer, you can use the Clock to generated the time t vector, so that you c...

más de 3 años hace | 3

| aceptada

Respondida
differential equations matlab with 2 equations with changing values dependent on each other
Hi @Brennah Not exactly sure what to do dxe2 = diff(dxe). But from the given ODEs, they can be solved to obtain and . You can...

más de 3 años hace | 0

Respondida
how to derivate an equation of x and y without taking any variable constant?
Hi @Ahmed Mujtaba It can be confusing because the math structure of y/1 - x - cos(y) is legitimately interpreted as . Guess y...

más de 3 años hace | 1

Respondida
Halley's method
Hi @Vivian Ho It is recommended to show your working and efforts in solving the problem. But if you are having trouble, then yo...

más de 3 años hace | 0

Respondida
How to use the matlab to predict the properties price given some observations using fuzzy logic (FL)?
Hi @jamal numan Generally, you need to collect data about the past and current state of the Property Prices in a region and its...

más de 3 años hace | 1

Respondida
Lyapunov stability analysis function
Hi @Lydia Abigail Garza Coello As far as I know, there is no built-in function.m in MATLAB for directly performing the Lyapunov...

más de 3 años hace | 1

| aceptada

Respondida
How to identify negative slope from plot data?
Hi @Michael Tognotti This is just a basic idea for identifying the region of negative slope. Generally, the numerical different...

más de 3 años hace | 0

Respondida
How can i calculate the PI controller gains from my plant transfer function
Hi @Mads Olesen Perhaps you can directly insert the PI controller and obtain the closed-loop response. Tune the gains if not go...

más de 3 años hace | 2

| aceptada

Respondida
Derivative of state '3' is not finite.
Hi @younwook song The system is unstable. It is rather difficult to decipher the dynamics from the displayed block diagram and ...

más de 3 años hace | 0

Respondida
I want help solving differential equations
Hi @kubel Follow the example in the dsolve() documentation https://www.mathworks.com/help/symbolic/dsolve.html syms x(t) eq...

más de 3 años hace | 1

| aceptada

Respondida
Plot several solution curves to y'(t) = y(t) - t
Hi @Carla Roos You can create an anonymous function of t and y. fun = @(t, y) y - t; % <--- Type like this % solve f...

más de 3 años hace | 1

| aceptada

Respondida
How to import my state space Modell into Simulink
Hi @Ann-Christin Schlupek You will need to import the identified model from the MATLAB workspace into Simulink. Follow the step...

más de 3 años hace | 0

Respondida
Closed-loop parameters identification
Hi @Andrea Carlo Giorgio Gottardini I see. You need the mathematical model to perform tuning on the PID. Since the Simulink mod...

más de 3 años hace | 0

Respondida
is there any way to train a model to learn a matrix and all variables in it then generate same matrix
Hi @hessam asadi The answer is generally yes, it is possible to train so long as it is a non-singular (invertible) matrix. Fir...

más de 3 años hace | 0

Respondida
Why the controller block diagram is not working (while tracking the reference and water level in tank 2 at specific level)?
Hi @Sana Mohamed It seems that your equation for causes the level of Tank #2 to dip below 0, thus term sqrt(x(2)) returns an ...

más de 3 años hace | 1

Respondida
defining state matrix as anonymous function
Hi @Nicole The input should be defined for in order for the anonymous function to work properly in MATLAB. % parameters m ...

más de 3 años hace | 0

Respondida
2-DOF Damped Unforced System. Finding Natural Frequences/Damping ratios. Receptance Matrix.
Hi @Nikolaj Gatijatullin I don't have sufficient knowledge about System 2 (2-DOF). If you can show how you normally use Mathema...

más de 3 años hace | 0

Respondida
Plot step response for control signal (u1 u2 ...) in a MIMO system with feedback
Hi @Cesar Adolfo Cruz Vargaya The original plant is a coupled 2nd-order MIMO system. If the desired closed-loop transfer functi...

más de 3 años hace | 1

Respondida
PID implementation using code
Hi @Sanjeet Kulkarni Wouldn't it be simpler if you obtain the signal directly from the Integrator block, and then feed it into...

más de 3 años hace | 0

Respondida
Optimizing simulink parameters from matlab code
Hi @Jasmin Falconer Put it another way around, you can fminunc() to directly optimize the gains from the Simulink model and th...

más de 3 años hace | 0

Respondida
conversion from fmincom to NSGA -II
Hi @basit mujtaba If you have written your own NSGA-II algorithm in a MALTAB function file, for example, called nsga2.m, then y...

más de 3 años hace | 0

Respondida
Find likelihood from state space with Kalman filter
Hi @Rob Perhaps you are looking for the likelihood() function. help likelihood

más de 3 años hace | 1

| aceptada

Respondida
Driving force of driven damped harmonic oscillator missing
Hi @Jerry Yeung Basically, there is nothing wrong with your original code. The reason that the spring response is not affected ...

más de 3 años hace | 1

| aceptada

Respondida
I need cost function for tuning PID controller help me
Hi @Yazeed Ali Not sure what your system is, but I think you can try the one of the simplest cost function probably looks like ...

más de 3 años hace | 0

Respondida
nonlinear variable state space observer pole placement
Hi @Bernd Pfeifer Long time I didn't solve math puzzles like this one. Generally, you should be able find the analytical soluti...

casi 4 años hace | 3

Respondida
finding the distance between two points
Hi @Natali Petani You can try the function: pdist2(). https://www.mathworks.com/help/stats/pdist2.html help pdist2

casi 4 años hace | 0

Respondida
Input Signal from state space model
Hi @Justin You can try using the lsim() function. Search Google/Documentation for details. Example is shown below: A = [ 0 ...

casi 4 años hace | 0

Cargar más