回答済み
Recover the best individual of each population in GA
Yes, @Jaime Trivino, it is possible according to this section. state.Score % gives you the scores of the current population...

約4年 前 | 1

| 採用済み

回答済み
the error "The function values at the interval endpoints must differ in sign" + fzero
Hi @Mohamed Adam The function values between the endpoints in this interval x_int have the same sign. If they have different si...

約4年 前 | 0

回答済み
Simulink model of RLC circuit (2nd order differential equations)
Hi @Tech The first impression is that the singularity might be caused by the "Division by zero" issue. Looking at your differe...

約4年 前 | 2

| 採用済み

回答済み
How can i solve this cost function?
Hi @Volcano I converted the matrix equation into a scalar equation. Since there is no constraint, fminunc() is used and the loc...

約4年 前 | 2

回答済み
How can I solve this second order equation?
@Shada ahmed This is not exactly the equation given, but it should give you the idea of ''visualizing' the relationship between...

約4年 前 | 0

回答済み
Design 2nd order band Pass filter on MATLAB using any windowing technique , then find magnitude and phase response.
Hi @Razzaq Maybe it looks like this: Flo = 5e3; % low cutoff, (rad/s) Fhi = 10e3; % high cutoff R1 ...

約4年 前 | 1

回答済み
Too Many Input Arguments - I am new to matlab and not sure how to solve this
Try fixing these lines function dhdt = thesis(t, h) dhdt = x1*(K1*t-(Vsto*fPr));

約4年 前 | 2

| 採用済み

回答済み
Dear researchers, how can can I simulate nonlinear disturbance observer for UAV on Simulink?
Hi @ALABA PHILIP OPAYEMI As you didn't provide sufficient explanations for the problem and I don't know what it is, so I just i...

約4年 前 | 2

| 採用済み

回答済み
Simulating linear systems with nonuniform time vector
Hi @Paolo Rapisarda I think you can possibly use the 1-D data interpolation technique, interp1() function at certain intervals ...

約4年 前 | 2

| 採用済み

回答済み
Find Intersection between curves
Hi @Anfal AlShehhi I think the script shared File Exchange works. However, if you want something mathematically simple to under...

約4年 前 | 0

回答済み
Efficiently handle nonlinear models in Matlab (not Simulink)
Hi @Moritz Sigg For non-stiff nonlinear models, the ode45() is the general way of simulating them, and the nonlinear model is t...

約4年 前 | 1

回答済み
Finding Kp,Ti,Td with PID tuner
Hi @Esin Derin, Kind of remember seeing a similar question few days ago. Probably your classmate. Anyway, this is how you can p...

約4年 前 | 0

回答済み
Model of two differential equations of RLC circuit (Simulink)
Hi @Techie, I have requested that the differential equations to be provided, but you seemed to overlook the message. So, I'm un...

約4年 前 | 1

| 採用済み

回答済み
hybrid power system design
Hi @Tanvir Ibn Touhid Have you managed you to build the hybrid system from the suggestions and examples given here? https://ww...

約4年 前 | 0

回答済み
How to build PID controller on command Line
Hi @Bahar Ebru Not exactly sure what you are trying to do (your description and code are not tally). After checking the documen...

約4年 前 | 0

回答済み
Find the nearest point of intersections of circles
@Marek Konopka Some very simple calculations and math concepts (no looping) that you can definitely follow to find the intersec...

約4年 前 | 1

回答済み
Disturbance Rejection with PID turner
Hi @Esin Derin For simplicity, you can do something straightforward and plot the time responses like this. Case 1a: , rad/s ...

約4年 前 | 1

| 採用済み

回答済み
Control System with Feedback Loop
Hi @Esin Derin It can be very frustrating when one is not familiar with the MATLAB coding + Loop, and pressurized to complete t...

約4年 前 | 1

| 採用済み

回答済み
I have three coupled differential equation and need help to solve them
Yes @Captain Rituraj Singh, The equations are rearranged. However, to simulate at , where division-by-zero occurs, I'm unable t...

約4年 前 | 2

| 採用済み

回答済み
Two degree of freedom PID controller
Hi @Bahar Ebru It seems that you are not required to write MATLAB code to simulate this. More like running a simulation in Simu...

約4年 前 | 0

回答済み
PID Control Systems with Ziegler
Hi @Esin Derin Edit: For Q1, I'm unsure what a Kupfmuller model is. Please find out from your lab instructor. For Q2, The GO(s...

約4年 前 | 1

| 採用済み

回答済み
Cascade control with PID
Hi @Bahar Ebru I don't know how to start reading the diagram with because it looks a little messy. Can you at least rearrange t...

約4年 前 | 0

回答済み
Transformation of state space model
Hi @Alireza Aghdaei System 1 System 2 If I understand your description correctly, the dynamics of the system does not cha...

約4年 前 | 1

回答済み
Finding Critical Value with Simulink
Hi @Esin Derin It's a bit confusing with all the manual switches around. You should also provide the closed-loop system for inv...

約4年 前 | 2

| 採用済み

回答済み
arbitrary point with the know slope to another line to specify point on that second line
Hi @Ceren Ecemsu Varan Since you are unable to provide additional info, perhaps you can do something like this: % Analysis x1...

約4年 前 | 0

回答済み
plot excel data in MATLAB
On the Home tab, in the Variable section, click Import Data. Then choose how you want the selected data to be loaded on the Work...

約4年 前 | 0

回答済み
How to do Feedback Loop on Simulink with different frequinces
Hi @Esin Derin First, you need to construct the frequency {0.1, 0.2, 0.4, 0.8, 1.6, ...} based on the following sequence that d...

約4年 前 | 2

| 採用済み

回答済み
How to use different dimensions for neural network?
@d https://www.mathworks.com/help/deeplearning/ref/network.train.html Documentation says that Network inputs must be specified...

約4年 前 | 2

| 採用済み

回答済み
transfer function with delay
Hi @massimiliano frasca One of the common ways is to use the Transport Delay block: You can find an example here to see wher...

約4年 前 | 2

| 採用済み

回答済み
Transfer function with transfer function numerator greater than denominator
@Nguyen BaoLong Not sure how to answer this. Evaluating from the mathematical perspective, you can probably understand the foll...

約4年 前 | 0

さらに読み込む