답변 있음
Fitting an exponential equation to this data with CFtool
Hi @Stefano Russo The data doesn't show the steady-state value. Nonetheless, we can still try fitting the exponential model to ...

거의 3년 전 | 0

답변 있음
Having problems with PID Control...
Hi @JAVIER Based on the provided information and without the mathematical model of the robotic arm and the PD controller gains,...

거의 3년 전 | 0

답변 있음
reinforcement learning will suddenly stop during the training process
HI @嘻嘻 The most common issue that the error message you've encountered in Simulink indicates that there is a "division by zero"...

거의 3년 전 | 0

| 수락됨

답변 있음
ODE45 Output size
Hi @Sneh I think you want to compare the numerical solutions with the analytical solutions. %% Method 1: Numerical Solutions ...

거의 3년 전 | 0

답변 있음
How do I modify the ball on a beam system to accommodate for Friction?
Hi @Kez If Fr is the friction, and you know the friction formula, then you inject it in this differential equation. I don't ...

거의 3년 전 | 0

| 수락됨

답변 있음
Fisher's z transform with atanh() to rho goes to infinity
Hi @Alba Peris, If you make sure that rho stays in the range , then will be finite. rho = -0.999:0.001:0.999; y = atanh(rho...

거의 3년 전 | 1

| 수락됨

답변 있음
how to make input to the system time variable?
Okay @Min Khant, the problem is incomplete. However, you can learn by yourself using this example for tracking the desired tra...

거의 3년 전 | 1

| 수락됨

답변 있음
GA Algorithm for PID tuning
Hi @SURBHI GOEL Sometimes you can let GA randomly search during the initial run to observe if the performance requirements are ...

거의 3년 전 | 0

답변 있음
How to keep track of accumulated error for integral term in a PID controller function?
Hi @David This simple example shows how to obtain the integral error signal by adding an auxiliary state in the my_Dynamics() f...

거의 3년 전 | 1

| 수락됨

답변 있음
how to done this simulink , help me to do this i have to make aircraf with simulink
Hi @Nguyen Viet Hoang If you are not familiar with Simulink blocks and need to model the aircraft's longitudinal dynamics in Si...

거의 3년 전 | 1

| 수락됨

답변 있음
How to apply PSO FOR REGRESSION?.
Hi @Ahmed Eltantawi it is technically possible to use PSO for predicting the output, although not by directly applying PSO. The...

거의 3년 전 | 0

| 수락됨

답변 있음
Out of memory - dsolve 3rd order system
Hi @Chris G. If you're using the ode45 solver to find the state responses, here is how they look. Indeed, as mentioned by @Walt...

거의 3년 전 | 0

답변 있음
how I can fix sample time in ode45
Hi @hossen hassanzadth Are you looking for something like this? T = 0.5; tspan = 0:T:10; y0 = [0.2,0.3]; [t, y]...

거의 3년 전 | 0

| 수락됨

답변 있음
Damped Oscillation Equation Fitting
Hi @Haardhik You can probably estimate the value of omega (angular frequency) by counting the number of zero-crossing events. I...

거의 3년 전 | 0

답변 있음
How to plot the Taylor Series expansion of sin²(x) in MATLAB
Hi @Abdulazziz I believe you when you say you don't know how to plot this in MATLAB. However, I don't understand the logical re...

거의 3년 전 | 0

답변 있음
how can I set the decimal digits of all coefficients at one time when outputting a polynomial f?
a = 5.327416; b = 3.660092; c = 1.5799301; fprintf('f(x) = %.3f*x^2 + %.3f*x + %.3f', a, b, c)

거의 3년 전 | 0

답변 있음
Unable to use Control System Designer
Hi @Oz Etkin Please post the full code because the error message appears to have something to do with logical operations involv...

거의 3년 전 | 0

답변 있음
Where is the tle file that contain data satellite (eccentricOrbitSatellite.tle) ?
Hello @Eman Adel The file "eccentricOrbitSatellite.tle" can be found in the folder named "orbitdata" if you have the Example fi...

거의 3년 전 | 0

답변 있음
how do I set membership function to this ANFIS?
Hi @Ahmad In ANFIS training, only the Grid Partitioning method provides the flexibility to assign a fixed number of membership ...

거의 3년 전 | 1

| 수락됨

답변 있음
using mean function to return a singular value of a row vector
Hi Jack, It could be the get_SoilMoisture(Object) function is nested in a for-loop that performs 3 iterations in the Main Scr...

거의 3년 전 | 0

| 수락됨

답변 있음
Calculated 100% rise time value different than matlab value
Hi @Caleb Since and , then % Parameters theta = 1.23; % rad wd = 1.97; % rad % Rise t...

거의 3년 전 | 0

| 수락됨

답변 있음
Sinc Interpolation without using predefined function
Hi @Radu-Andrei Not an interpolation expert, but I believe your code didn't work correctly because the sampling frequency (at 1...

거의 3년 전 | 0

| 수락됨

답변 있음
Piecewise function in Simulink
Hi @Yamana Uno Since the piecewise signal is generated through an If-Else conditional statement in the coding mode, @Ishaan's a...

거의 3년 전 | 0

답변 있음
Show matrix is not invertible.
Hi @L I believe this is an exercise in the Linear Algebra course. You have likely learned how to find the determinant of a matr...

거의 3년 전 | 0

답변 있음
how can i plot bifurcation diagram of fractional logistic map?
The logistic map is given by and the code for the graphical representation of the bifurcation may be converted from the Pytho...

거의 3년 전 | 0

답변 있음
F values come out as Infinity using the anovan function
Hi @ki o kim In this example, you'll notice that the F-statistic is calculated as the ratio of the mean squared errors: (7.875/...

거의 3년 전 | 0

답변 있음
matlab gives my answer inverted
Hi @Maria Cinthia It sounds like you're looking for a state-space realization in the Controllable Canonical Form. If that's the...

거의 3년 전 | 0

답변 있음
Find the integral of ;
Hello Sir @Newton I feel honored to have the opportunity to solve this integral problem for you in the modern computational era...

거의 3년 전 | 1

답변 있음
How to simulate the state-space model
Hi @Hein zaw In MATLAB, you can use the ODE solver approach. If the system is LTI and you have the Control System Toolbox insta...

거의 3년 전 | 0

| 수락됨

답변 있음
How to find mean of sin(t)/t with t [0, pi]?
Hi @Han Your function does not have the variable . But I guess that your teacher probably wants you to cleverly apply the Lagr...

거의 3년 전 | 0

더 보기