回答済み
How do I plot a polynomial equation and set of x-y coordinates on the same graph?
Edit: Your original polynomial coefficients are truncated. So, the polynomial cannot produce an accurate result. %% data x =...

約2年 前 | 0

| 採用済み

回答済み
Win11 taskbar too big
Hi @Michael Schlick This video shows you how to adjust the Windows 11 Taskbar size using the Registry, without "hiding it". ht...

約2年 前 | 0

回答済み
block does not fully set the dimensions of output 'ddtheta'
Hi @Peter I'm not familiar with the specifics of your Robot dynamics, but based on my understanding of MATLAB, it seems that yo...

約2年 前 | 0

回答済み
The appearance of infinity in the problem with finding the minimum of a function
Here is what I discovered. When , and atanh(1)

約2年 前 | 0

回答済み
Selecting appropriate values for the parameters in the Gierer-Meinhardt activator-inhibitor model
Hi @Athanasios Paraskevopoulos As usual, we begin by identifying the critical point(s) of the system, if they exist. However, I...

約2年 前 | 0

| 採用済み

回答済み
Non-Negative Solution with Integrator in Simulink
Hi @Rajmohan I'm not familiar with all types of settings, codes, and tools in MATLAB/Simulink. Therefore, I usually resolve num...

約2年 前 | 1

回答済み
solving non-linear ODE
Hi @문기 I didn't modify your equations (except for removing the 'simplify' part), but you need to provide values for the paramet...

約2年 前 | 0

| 採用済み

回答済み
How to create a LPV model from a given vector of operating points?
Hi @Pedro Carvalho I'm not familiar with the dynamics of your original nonlinear system. My focus is to ensure that the code ru...

約2年 前 | 0

| 採用済み

回答済み
I would like to find the name of a block that is represented by a rectangle with the input titled "D", and the output titled "P"
Hi @bao nguyen The PWM Generator (DC-DC) block is part of the Simscape Electrical master library. You can locate it in the foll...

約2年 前 | 0

回答済み
"feedback" function example in Matlab documentation doesn't seem to work?
Hi @Mark Using the 'feedback()' command to compute the closed-loop model with the specified input and output connections doesn'...

約2年 前 | 0

回答済み
Plotting Damped Nonlinear Oscillator
Hi @Athanasios Paraskevopoulos You could have solved the system's equations to determine the critical points of the Nonlinear ...

約2年 前 | 1

| 採用済み

回答済み
Using ode45 to develop a PID controller to reduce transverse vibrations in a rotating beam
Hi @Samuel Adshead With this approach, you can utilize ode45 solver to simulate a PID-controlled rotating beam and plot the ste...

約2年 前 | 0

回答済み
Neuro-Fuzzy GMDH
Hi @Jahetbe If they don't respond to you, don't worry too much. You can start writing the code gradually on your own. For ins...

約2年 前 | 0

回答済み
System of 4 ODEs solver
Hi @Duong Quang Chi If 'dsolve' cannot find explicit solutions for , , , and , we can use 'ode45' to numerically solve the ODEs...

約2年 前 | 0

| 採用済み

回答済み
how to implement pso algoritm
Hi @ali I would like to mention an example featuring a Staircase model, which can be found in the provided link. The goal is to...

約2年 前 | 0

回答済み
Why is my variable being changed without assignment
Hi @Robyn Galliers Considering the given 1st-order differential equation with the parameters solved by @Sulaymon Eshkabilov, ar...

約2年 前 | 1

| 採用済み

回答済み
Why is the scope of output of Liquid level system here showing a straight line and not an exponential like a step?
Hi @Rubayet The liquid level system can be represented as a first-order transfer function. Consequently, it will display an exp...

約2年 前 | 0

回答済み
is there a tool to calculate and plot voltage stability curves
Hi @Rashed HD, @Peerapon Could you describe the stability properties of the electrical system that you are seeking? Convention...

約2年 前 | 0

回答済み
Solving a System of Nonlinear Equations n Times With Different Values
Hi @Rocky When fsolve calls the system function g(x), it consistently executes the same number of loops until n reaches 10, and...

約2年 前 | 1

| 採用済み

回答済み
Why does my Transfer function overshoots
Hi @Berker I believe the design objective is to determine the gain from the root locus such that the response avoids exhibiting...

約2年 前 | 0

回答済み
how to fast simulink model in matlab when fuzzy controller is added
In general, significantly *reducing the number of fuzzy rules* can lead to faster simulation runs. If you are unable to or unsur...

約2年 前 | 0

回答済み
I am trying to solve a system of three differential equations simultaneously
Hi @Erin Summerlin-Donofrio This is merely a test. From the perspective of a first-order system, the variable serves as an inv...

約2年 前 | 0

回答済み
How to solve singular matrix?
Hi @YING CHIH Hear is another stabilizing input vector signal. uExtIn = []; % No external Input signal tspan = [...

約2年 前 | 0

回答済み
How to solve singular matrix?
Hi @YING CHIH The Plant system itself does not have any division-by-zero singularity issues. However, the simulation is termina...

約2年 前 | 1

| 採用済み

回答済み
How to use LQR for setpoint tracking?
Hi @Pedro Carvalho Your code appears to be error-free. However, the control action you implemented differs from the error-base...

約2年 前 | 0

| 採用済み

回答済み
Not enough input arguments.
I managed to replicate the error message by leaving the argument empty. Therefore, you should provide a Fahrenheit value for it,...

約2年 前 | 0

回答済み
derivative of two matrices 2 by 2
If the four elements in Matrix P do not involve any variables defined in Matrix F, then taking the derivative of the four elemen...

約2年 前 | 0

| 採用済み

回答済み
How to model PID with "derivative on process value"
Hi @Kurt If you wish to utilize the Simulink PID Controller block while avoiding derivative kick, you can consider the followin...

約2年 前 | 0

| 採用済み

回答済み
How can I generate in Simulink a block that has time delay in only one coefficient on the numerator of the transfer function?
Hi @EVANGELOS I am of the opinion that your approach is effective because it yields the same result as in MATLAB. G1 = tf([1 ...

約2年 前 | 0

| 採用済み

回答済み
I am trying to solve the system of two linear differential equations and create a phase diagram to asses the stability of the system.
Hi @Chris Herdelin If you are referring to the phase diagram as the 2-D phase plane plot, you can use a special output function...

約2年 前 | 1

| 採用済み

さらに読み込む