Respondida
Hi, I am new to Matlab. When typing in a line of code, nested in it is a helper function, can someone assist me with the correct placement of the helper function.unction
Hi @Augustine In the past, the convention was to save the helper function as a standalone m-file, typically placed in the same ...

más de 2 años hace | 0

| aceptada

Respondida
I am having trouble with PID controller design Non minimum phase system
The pidtune() command from the Control System Toolbox can be applied to this problem. %% Plant s = tf('s'); Gp = (3e-09*s^...

más de 2 años hace | 0

Respondida
How to define Fuzzy Rules?
Hello @Moussa Here's how we go about estimating the number of rules based on the given number of inputs and the number of membe...

más de 2 años hace | 1

Respondida
Solution of a second order differential equation
Hi @Swami I've got a solution from the bvp4c() solver. syms y(x) L = 1; A = 1; p = x^2; s = 10*diff(y,x) + 100000*...

más de 2 años hace | 0

Respondida
Difficulties in pole placement of an observer usign "place" command
Hi @Salvatore De Luca In general, the Observer is typically designed to respond at least twice as fast as the full-state closed...

más de 2 años hace | 0

| aceptada

Respondida
How do I make a secondary Y axis
Hi @Kami S Perhap a possible solution for manipulating the graph labeling is by using the yticks() command, which allows you to...

más de 2 años hace | 0

| aceptada

Respondida
heat and mass transfer problem nonlinear differential equations
Hi @uma I wanted to inform you that I have discovered five sets of Equilibrium Points for the system. However, it appears that ...

más de 2 años hace | 0

Respondida
Questions about the PID controller of an inverted pendulum
Hi @Carmen Serrano Portillo Could you please check if the current response of the inverted pendulum under the PID controller al...

más de 2 años hace | 1

| aceptada

Respondida
Index in position 1 exceeds array bounds. Index must not exceed 1.
Hi @Yu In addition to the technical points raised by @Jon and @Dyuman Joshi, there is a major issue with the way you have model...

más de 2 años hace | 0

| aceptada

Respondida
how to solve these cubic equations with three terms and three equations
Annyeonghaseyo @재혁 Can you verify if the following three simplified equations are 100% correct, or are the equalities merely ap...

más de 2 años hace | 0

Respondida
Step Response Initial Value Unchangeable?
Hi @Edward Robson In the "Design Requirements" documentation, it is explained that the fields are greyed out because step respo...

más de 2 años hace | 0

Respondida
I am unable to run this program.
Hi @Puja I've indicated the location where you should apply a fix to it. second_oder_ode function second_oder_ode % ...

más de 2 años hace | 0

| aceptada

Respondida
Nonlinear impact model of a tennis racket and a ball
Hi @Farnam I wanted to share that Andre Agassi is my all-time favorite professional tennis player. When observing the motion of...

más de 2 años hace | 0

Respondida
Nonlinear Iteration is not converging?
Hi @Yusuf Taha Okutan Based on your Simulink model titled "PID.slx," it seems that you are attempting to simulate the motion of...

más de 2 años hace | 0

Respondida
Searching for resources , books or PDF
Hi @AMIT SURYAVANSHI You can explore MathWorks-endorsed books on Communications Systems by visiting this link: https://www.math...

más de 2 años hace | 0

| aceptada

Respondida
I dont know how to integrate a function with variables depending on time
Hi @Diego Martínez Caldas You can utilize the odeToVectorField() function to convert the 2nd-order differential equations to a ...

más de 2 años hace | 2

| aceptada

Respondida
How can I design and simulate an anti-surge controller for centrifugal compressor using Fuzzy Logic controller?
Hi @MADUKA CHIKA I came across a relevant paper titled "PID and Novel Approach of PI Fuzzy Logic Controllers for Active Surge i...

más de 2 años hace | 0

| aceptada

Respondida
Looking for an state controller for NON-linear systems
Hi @Martin Mittrenga Update: Since the system is nonlinear, traditional methods like Ackermann's method won't be suitable. Howe...

más de 2 años hace | 0

| aceptada

Respondida
Error message when running Simulink model with regards to Adaptive High-Order Terminal Sliding Mode Control
Hi @Syeda Nadiah Fatima The power term , where , in the sliding surface equation (Eq. 12), , can lead to issues, and it may eve...

más de 2 años hace | 0

Respondida
I need help with ode45 function, how to write the code?
Hi @Zlatan It's great that you figured it out. Anyway, here is the code snippet for the state-space version. I would suggest pl...

más de 2 años hace | 0

Respondida
Why everytime I am trying to write the values for num and den in the transfer function block I get num(s)/den(s)?
Hi @Alexander Guillen & @Kurniawan Let's say we want to input a third-order critically-damped system into the Transfer Functio...

más de 2 años hace | 0

Respondida
what is the area of the solar panel?
Hi @ali burak If you take a look at the block parameters of the PV Array in the Simulink model, you will find information about...

más de 2 años hace | 0

Respondida
Is there any MATLAB three-phase imbalance optimization code?
Hi @吴权敏 吴 If you're looking for MATLAB codes or Simulink models, I suggest checking the File Exchange first to see if they are ...

más de 2 años hace | 0

Respondida
I want some example Simulink model for this one
Hi @Mohamed Althaf Here are two examples of PV that you can use to test out your innovative optimization technique. Example 1:...

más de 2 años hace | 2

Respondida
control design for marginally stable system
Hi @Mohamed Since no performance requirements are specified, the pidtune() command can be used as the initial step in designing...

más de 2 años hace | 0

Respondida
I'm new to MATLAB and I'm interested in creating an optimization algorithm. Can someone provide guidance on how to get started?
Hi @SRINIVASULU, When you talk about "creating an optimization algorithm," do you mean that you want to invent a novel optimiz...

más de 2 años hace | 0

Respondida
How to create an envelope in a plot from a csv. data?
Hi @Mathias Braun MATLAB has a function called envelope() that enables users to compute the upper and lower envelopes of a sign...

más de 2 años hace | 0

Respondida
Finding Transfer function of robot finger
Hi @abdulsamed kaymakci I understand that most of us seek productivity, aiming to produce acceptable results (without the need ...

más de 2 años hace | 0

Respondida
Hello everyone. Is it possible for me to use ANFIS model as an objective function in PSO? I will appreciate a code or any other way of going about it.
Hi @ELLY Theoretically, you can employ the ANFIS model for prediction within (rather than as) the objective function. In this s...

más de 2 años hace | 0

Respondida
Regarding Pole Placement Techniques
Hi @MUHAMMAD ANAS SULHI Just a heads up, it looks like you forgot to convert the original state-space system to phase-variable ...

más de 2 años hace | 1

Cargar más