Skip to content

Commit 74695f3

Browse files
author
Abdullah Nazir
authored
Update readme.md
1 parent 507b36d commit 74695f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flexflip theory/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ var_s = linspace(0, curve_props.length, intervals); % arclength variable
8888
[xc,yc,var_theta,lambda] = generateBendingCurve(var_s, curve_props);
8989
```
9090
<p align="center">
91-
<img src="https://github.com/HKUST-RML/flexflip/blob/theory/pictures/example_bending_curve.jpg" alt="example minimum bending energy curve"/>
91+
<img src="https://github.com/HKUST-RML/flexflip/blob/master/pictures/example_bending_curve.jpg" alt="example minimum bending energy curve"/>
9292
</p>
9393

9494
### Flexure Energy
9595
The optimal value of the objective function is the (unfactored-without rigidity constant) flexure/bending energy of the curve. Here is how it is distributed for various end-point configurations.
9696
<p align="center">
97-
<img src="https://github.com/HKUST-RML/flexflip/blob/theory/pictures/bending_energy.jpg" alt="bending energy of the curve"/>
97+
<img src="https://github.com/HKUST-RML/flexflip/blob/master/pictures/bending_energy.jpg" alt="bending energy of the curve"/>
9898
</p>
9999

100100

@@ -130,5 +130,5 @@ end
130130
```
131131
Here is how the CoF is distributed for various end-point configurations of the curve.
132132
<p align="center">
133-
<img src="https://github.com/HKUST-RML/flexflip/blob/theory/pictures/cof.jpg" alt="coefficient of friction"/>
133+
<img src="https://github.com/HKUST-RML/flexflip/blob/master/pictures/cof.jpg" alt="coefficient of friction"/>
134134
</p>

0 commit comments

Comments
 (0)