Skip to content

Commit 5d8e323

Browse files
authored
Improve image alignment in EPFC section
Updated image formatting for the cart with spring.
1 parent d93b173 commit 5d8e323

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,19 @@ A considerably smaller step size (compared to control sample time) should be con
5050

5151
## EPFC
5252
An extended PFC controller is implemented to control a nonlinear system. The exemplar system considered is a cart with a nonlinear spring attached to it, as shown in the image:
53-
<img width="500" height="400" alt="cart-with-spring" src="https://github.com/user-attachments/assets/05ea10e7-072e-4275-8c02-80a70bdfcb7c" />
54-
53+
<div align="left">
54+
<img
55+
width="500"
56+
height="400"
57+
alt="cart-with-spring"
58+
src="https://github.com/user-attachments/assets/05ea10e7-072e-4275-8c02-80a70bdfcb7c"
59+
/>
60+
</div>
5561

5662
The system state space representation is as follows:
5763

5864
$$
59-
\dot{x}_1 = x_2
65+
\dot{x}_1 = x_2 \\
6066
\dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
6167
y = x_1
6268
$$

0 commit comments

Comments
 (0)