Respondida
My Simulink Model takes hours to complete 1 second, and I need to run it for 5,000 second. I tried to change the minimum time step, but Matlab keeps giving erros when I do so.
Hi @janna roberts The typical satellite attitude dynamics are not stiff. You can try, but I think changing it to a stiff solver...

casi 4 años hace | 0

Respondida
How to verify if my system (Z-domain) is stable in MATLAB
Hi @Rafael Most probably because you did a "positive feedback". Try do this impulse(feedback(K*TF, 1)) instead of impulse(f...

casi 4 años hace | 0

Respondida
How to make the linear function
Aha, I see... If you want to get rid of spikes and want a smooth transition, but not strictly linear, then you can consider addi...

casi 4 años hace | 1

Respondida
Creating custom Transfer Function with more learnable parameters
*Edit*: This article contains information about creating custom functions for NN. https://www.mathworks.com/help/deeplearnin...

casi 4 años hace | 0

Respondida
What algorithm to use for collision avoidance of a robot?
Hi @Farzad Torabi I'm unsure. Maybe you intend to tell the robot to "back down" or retract the arm? Conventionally, RRT is an ...

casi 4 años hace | 3

| aceptada

Respondida
PID for fixed distance
Hi @Andrea Tonelli I think your control design part is okay. But the divergence issue is probably related to the way you setup ...

casi 4 años hace | 0

Respondida
Why does matlab plot the unit step like a straight line?
Hi @Mark S System 1: s = tf('s'); sys1 = 1/s; % integrator system step(sys1) System 2: sys2 = zpk([], [...

casi 4 años hace | 2

| aceptada

Respondida
Minimization of cost function on MPC
Hi @Chandrakanth Pavanaskar You have a system model sys and I presume that you have written your own code for the ODE_solver to...

casi 4 años hace | 0

Respondida
How can i get smooth sine wave in MATLAB R2020b with any frequency.
Hi @Rohit To get a smooth sine wave, you are suggested to use this Sine Wave Function block: https://www.mathworks.com/help/...

casi 4 años hace | 0

Respondida
Implement these expressions in OCTAVE and plot on the same figure, the two functions: f=3t2 +2t-0.5 , g=2t cos(t) where the variable t varies from 0 to 10 with step 0.5.
@Jignasa, I typed exactly the same equations as you knowingly put on the description. But it gives error. Please check if the...

casi 4 años hace | 0

Respondida
PID Tune: Plant cannot be linearized
Hi @Arash Most likely your PV system has components that contain discontinuities. Thus, the Plant cannot be linearized. Howeve...

casi 4 años hace | 1

| aceptada

Respondida
State-Space Matrices
Hi @Aysel Alimirzayeva I added a simple example to show you. If you like this example, consider voting 👍 the Answer. Thanks! S...

casi 4 años hace | 2

Respondida
Plot step response of transfer function
Hi @Ye Ken Kok It is a input-output difference equation. Thus, you cannot use the continuous-time Laplace transform. Since the...

casi 4 años hace | 1

Respondida
tuning PID controller in simulink with actual hardware equipments
Hi @aakash dewangan If the transfer function is unknown, and the system is relatively simple, perhap the model-free extremum-se...

casi 4 años hace | 1

| aceptada

Respondida
Help with formulating conditional logic.
Hi @Jeffrey Lewis There are a few ways to do it. But since you have written the data into the code, I think probably the simple...

casi 4 años hace | 1

| aceptada

Respondida
State-Space Matrices
Hi @Aysel Alimirzayeva It's because of negative feedback. The LQR function only computes . Making a substitution

casi 4 años hace | 2

| aceptada

Respondida
runge kutta for 2 order ODE
Hi @Rio Bratasena Assuming that the symbol is the Dirac impulse. please check if the following responses are expected wh...

casi 4 años hace | 0

Respondida
Calculating system bandwidth using Function "bandwidth"
Hi @Alireza Aghdaei The function can distinguish from the input type. One requires a Dynamic System Model, the other requires a...

casi 4 años hace | 1

| aceptada

Respondida
how does matlab simulate electric field
Hi @abdullah Typically, the quiver() function can be used. You can also find a very good example on the simulation of Electri...

casi 4 años hace | 3

Respondida
Solve system of equations graphically
Alternatively, you can also do like this: Solve or plot this polynomial: x = -2:0.01:2; y = x.^4 - 6; plot(x, y), gr...

casi 4 años hace | 0

Respondida
What block is hydraulic/liquid on/off valve in Simulink?
Hi @Busuyi 2nd Edit: Based on your sketch, it should be a Gate Valve. https://www.mathworks.com/help/hydro/ref/gatevalve.html...

casi 4 años hace | 0

Respondida
i need help to find impulse response of system h(t) at time t
Hi @Rushit Bhavsar I used the impulse() method. but you can try using the expm() method. Look up the example and verify with th...

casi 4 años hace | 0

Respondida
Does the fuzzy inference system (Mamdani) use Forward Chaining or Backward ?
Hi @Sarah IF you understand that the Fuzzy System provides means of reasoning by inference in order to decide the truthness of ...

casi 4 años hace | 0

Respondida
Can anybody give me the idea for implementing PID control for dc motor using state space equations through ode45 solver?
@MOHAMED ASWER Not sure how your DI/dc motor system, but I think the following example should give you the basic idea. tspan ...

casi 4 años hace | 0

Respondida
Find AIC, AICc, BIC for ODE system
Hi @TrevorR You can try using this command [aic, bic] = aicbic(). For more info, please check: https://www.mathworks.com/help/...

casi 4 años hace | 0

Respondida
How can I obtain the State space from the Mass,stiffness,damping matrices
Hi @aiman If the matrices are known, then you can apply these formulas: A = [zeros(n) eye(n); M\K M\C]; % to get the State...

casi 4 años hace | 1

Respondida
How to tune PID controller from time constant and static gain?
@Bruno Araujo, Not sure if you are looking for some manipulations like this: Kp = 72.402; Tp = 639.24; Gc = pid(Kp) Gf = tf(...

casi 4 años hace | 0

Respondida
Cost function to minimize variance of error
@Rishabh Pachchhao, Since you didn't provide info about your system. here is an example that you can study. However, I don't t...

casi 4 años hace | 0

Respondida
How to solve this equation
@Raef, you are a good son and took up a filial duty to help your father. n = 1; y0 = 1; % intial value F = @(t, y) - (1...

casi 4 años hace | 2

| aceptada

Respondida
Can anyone help understand what the blocks in this figure are and where to find them in Simulink library?
Hi @Busuyi If you compare with the generic symbols in a Piping and Instrumentation Diagram (P&ID), they are manual-operated Gat...

casi 4 años hace | 0

Cargar más