photo

Sam Chak


Last seen: Today Con actividad desde 2020

Followers: 7   Following: 0

Estadística

  • Thankful Level 3
  • 24 Month Streak
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Error message when trying to run System Validation in Fuzzy Logic Designer app
Hi @Steve The reason for the error message that is triggered when the System Validation button is clicked is due to the presenc...

alrededor de 8 horas hace | 1

| aceptada

Respondida
How to calculate semiMajorAxis and trueAnomaly from TLE file
Hi @Raghav Rathi Use the tleread() command. Otherwise, you can also manually extract the info as detailed here: https://www.m...

1 día hace | 0

Respondida
How to load input data to Fuzzy logic designer to validate the system
Hi @Steve In the IMPORT tab (3rd image), try selecting "Numeric Matrix" under the Output Type option dropdown menu

1 día hace | 1

| aceptada

Respondida
How do I add shapes to my Simulink model
Hi @David Cole Can try this: Drag a box around the area surrouding the blocks of interest, and then click Create Area from the...

1 día hace | 0

Respondida
Loading satellite TLE data into MATLAB using satellite function
It had de-orbited about a few days ago. Perhaps the final TLE data suggested that it reentered Earth's atmosphere.

4 días hace | 0

| aceptada

Respondida
How to set up a solar water heating system?
Hi @忠宇 If there is no pre-existing model available for the thermal dynamics of a solar heating system, it is possible to manual...

6 días hace | 0

| aceptada

Respondida
Hello all, kindly, I have question , how can I get the piecewise function of this blood flow rate shown below using Matlab
Hi @FAWAZ FAREAD AL BAKRI Constructing a piecewise function can be a tedious process, as this sinusoidal signal requires defini...

6 días hace | 0

Respondida
Plotting a unit step function without heaviside.
Hi @abdelkader omr Your function looks somewhat like a Boxcar function. However, your description of the continuous-time functi...

9 días hace | 0

Respondida
How does the Spacecraft Dynamics block work?
Hi Andrew, The Spacecraft Dynamics block simultaneously models both the Orbital (translational) and Attitude (rotational) dynam...

9 días hace | 1

| aceptada

Respondida
Solver decreases step-size at certain anomalies
Hi @Quirin Regarding the issue with the rapid zero-crossing, it appears to be caused by the Derivative block used to compute th...

11 días hace | 0

Respondida
How to get acceleration data while using ODE solver for some governing equation of motion?
Hi @Paras I believe I understand what @Torsten is trying to imply. He is an expert in solving dynamical systems. It is true tha...

13 días hace | 0

Respondida
Leader follower approach formation control problem
Hi @Enrica Regarding the task of designing a Leader-Follower formation, the first step is to ensure that the leader robot track...

14 días hace | 1

Respondida
How to get acceleration data while using ODE solver for some governing equation of motion?
Hi @Paras Use the deval() command to acceleration data. sol = ode45(@(t, x) [x(2); -x(1)], [0 10], [1; 0]); t = lin...

14 días hace | 0

| aceptada

Respondida
I need control system block diagram of this specific system.
Hi @Anik Though this is not directly related to MATLAB/Simulink, here is the Control Block diagram of the BESS system that I fo...

14 días hace | 1

Respondida
write a MATLAB code to locate all yellow circles in the provided image
Hi @nishanth patil The code is available in the example to locate the bright yellow circular objects. You need to adjust the Se...

15 días hace | 0

Respondida
Error using InputOutputModel/feedback
Here is a simple to demo to achieve steady-state errors using two PID controllers. %% State-space system m = 4; % mas...

15 días hace | 0

Respondida
Solving system of nonlinear differential equations using ode45
Hi @Miroslav Jovic It appears that your current formulations may be erroneous. If you are not comfortable memorizing the requir...

16 días hace | 0

Respondida
Please I want help I have homework I made a mistake saving the file
Hi @Baha Alholi I did a test and "accidentally" saved the code in mat-file format. If I attempt to open the file normally, it t...

16 días hace | 0

Respondida
How to draw a Nyquist plot while avoiding the pole at the origin
Hi @ayumi obitsu-san Consider the Nyquist plot for for transfer function with a pole at the origin (also known as "Type-1 syst...

18 días hace | 0

Respondida
Error in ode15s
I suspect there is also a typo for Ta because the 'a' key is next to the 's' key. If you follow the advice in Walter's Answer, ...

18 días hace | 0

| aceptada

Respondida
How can I change the length of a line using the xline() function?
Hi @Md Affan Since you know the coordinates, you can directly use the plot() function. % plot([x1, x2], [y1, y2]) creates a li...

18 días hace | 0

| aceptada

Respondida
How do I code Ziegler-Nichols Tuning Method to find PID control constants?
Hi @ieng100, It is now time to provide a conclusion for this control problem. In the Ziegler-Nichols 2nd method, the critical ...

19 días hace | 0

Respondida
how to use the parameters of neural network in simulink?
Hi @Ahmad Al-Issa If you want to implement a trained neural network in Simulink to predict the Desity based on two inputs (p, T...

20 días hace | 1

Respondida
Control System Tuner always selects maximum value
Hi @Cedric The algorithm in Control System Tuner will find the best combination of PI gains that produces the smallest steady-s...

22 días hace | 0

Respondida
How I Design Adaptive Cascade Sliding mode Observer for Wind Turbine ?
Hi @ahmad nouri I can understand the frustration that can come with manually designing an observer, as it often requires comple...

23 días hace | 0

Respondida
how to solve coding issue
Hi @Radwan, It's good to hear that you're making progress. If you encounter any issues with plotting other types of charts, fe...

24 días hace | 0

Respondida
Fit Multiple gaussian curve on data with flat tops
Hi @AMIT For a double-hump data with plateaux, you can try fitting it using two Exponential Power distribution functions. Let's...

24 días hace | 0

Respondida
Discret time LQR R matrix must be symmetric positive definite with as many columns as B error
Hi @Andrei Rotaru Fixing the code as shown will eliminate the error message. R = eye(size(B, 2)); K_d = dlqr(Ad, Bd, Q, R, ...

24 días hace | 0

| aceptada

Respondida
PID model for MIMO system
Hi @Andrei Rotaru Since the Cubli system is underactuated and you seek to use only a PID Controller, you must select which outp...

24 días hace | 0

| aceptada

Respondida
Can we change the Constraints in MPC ?
Hi @Kripanshu If you wish to define the bounds on the manipulated variable, , such that , can you accept the following workarou...

25 días hace | 0

Cargar más