已回答
Error when using if-else statement in MATLAB function block. How can I fix this error described below?
Hi @Delika Weragoda Try using the Abs block to return the absolute value of the input.

5 months 前 | 0

已回答
How to solve a highly non-linear ODE containing multiple powers?
Hi @Sean You mentioned that c1, c2, c3, and c4 are all positive known constants. Now, let's consider a special case of your dif...

5 months 前 | 0

已回答
sat(s/ε) implementation in Sliding Mode Control of DC-link voltage ?
Hi @Shahinur Rahman You can try this approach:

5 months 前 | 0

已回答
find frequency eqaution and then compute for the non zero natural frequencies
Hi @DP A 5-coupled mass-spring-damper network constitutes a 10th-order system. If you are referring to the 'frequency equation'...

5 months 前 | 0

已回答
Matlab tool to plot 3d phase portrait
Hi @Shreshtha Chaturvedi If you want to use multiple slider widgets for alpha and beta to visualize the interactive 3D phase po...

5 months 前 | 0

| 已接受

已回答
How to solve nonlinear equation?
Hi @Semiha I'm afraid that the nonlinear differential equation may not have an analytical solution. In such cases, you can util...

5 months 前 | 0

已回答
Selecting appropriate values for the parameters in the Gierer-Meinhardt activator-inhibitor model
OP: My problem is that I don't undestand how to choose the right parameters every time. Hi @Athanasios Paraskevopoulos In my p...

5 months 前 | 0

已回答
Not enough input arguments ode45
Hi @Alejandro Arias There are numerous errors present. Since the code's mathematical expressions are written in a cluttered man...

5 months 前 | 0

| 已接受

已回答
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 =...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 0

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

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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'...

5 months 前 | 0

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

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 0

加载更多