Skip to content

Commit 8b2bc0a

Browse files
Update README.md
1 parent e492aa8 commit 8b2bc0a

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

README.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,101 +24,101 @@ Code (it'll send you to appropriate file):
2424
<br/>
2525
Experimental results (figures and tables on this page):
2626

27-
* <a href="#An example of the execution in Matlab for input vector [10 10 10 10 10 1]">An example of the execution in Matlab for input vector [10 10 10 10 10 1]</a>
28-
* <a href="#The Neural Network of five ultrasonic sensors working Separately">The Neural Network of five ultrasonic sensors working Separately</a>
29-
* <a href="#Rules for Separate method">Rules for Separate method</a>
30-
* <a href="#The Matrices for Separate method">The Matrices for Separate method</a>
31-
* <a href="#The Neural Network of five ultrasonic sensors working in Pairs">The Neural Network of five ultrasonic sensors working in Pairs</a>
32-
* <a href="#Rules for method in Pairs">Rules for method in Pairs</a>
33-
* <a href="#The Matrices for method in Pairs">The Matrices for method in Pairs</a>
34-
* <a href="#The Neural Network of five ultrasonic sensors working in Triples">The Neural Network of five ultrasonic sensors working in Triples</a>
35-
* <a href="#Rules for method in Triples">Rules for method in Triples</a>
36-
* <a href="#The Matrices for method in Triples">The Matrices for method in Triples</a>
37-
* <a href="#The Neural Network of five ultrasonic sensors working in Quad">The Neural Network of five ultrasonic sensors working in Quad</a>
38-
* <a href="#Rules for method in Quad">Rules for method in Quad</a>
39-
* <a href="#The Matrices for method in Quad">The Matrices for method in Quad</a>
40-
* <a href="#The Neural Network of five ultrasonic sensors working in Five">The Neural Network of five ultrasonic sensors working in Five</a>
41-
* <a href="#Rules for method in Five">Rules for method in Five</a>
42-
* <a href="#The Matrices for method in Five">The Matrices for method in Five</a>
43-
44-
<br/>
45-
46-
## <a name="An example of the execution in Matlab for input vector [10 10 10 10 10 1]">An example of the execution in Matlab for input vector [10 10 10 10 10 1]</a>
27+
* [An example of the execution in Matlab for input vector [10 10 10 10 10 1]](#an-example-of-the-execution-in-matlab-for-input-vector)
28+
* [The Neural Network of five ultrasonic sensors working Separately](#the-neural-network-of-five-ultrasonic-sensors-working-separately)
29+
* [Rules for Separate method](#rules-for-separate-method)
30+
* [The Matrices for Separate method](#the-matrices-for-separate-method)
31+
* [The Neural Network of five ultrasonic sensors working in Pairs](#the-neural-network-of-five-ultrasonic-sensors-working-in-pairs)
32+
* [Rules for method in Pairs](#rules-for-method-in-pairs)
33+
* [The Matrices for method in Pairs](#the-matrices-for-method-in-pairs)
34+
* [The Neural Network of five ultrasonic sensors working in Triples](#the-neural-network-of-five-ultrasonic-sensors-working-in-triples)
35+
* [Rules for method in Triples](#rules-for-method-in-triples)
36+
* [The Matrices for method in Triples](#the-matrices-for-method-in-triples)
37+
* [The Neural Network of five ultrasonic sensors working in Quad](#the-neural-network-of-five-ultrasonic-sensors-working-in-quad)
38+
* [Rules for method in Quad](#rules-for-method-in-quad)
39+
* [The Matrices for method in Quad](#the-matrices-for-method-in-quad)
40+
* [The Neural Network of five ultrasonic sensors working in Five](#the-neural-network-of-five-ultrasonic-sensors-working-in-five)
41+
* [Rules for method in Five](#rules-for-method-in-five)
42+
* [The Matrices for method in Five](#the-matrices-for-method-in-five)
43+
44+
<br/>
45+
46+
## <a id="an-example-of-the-execution-in-matlab-for-input-vector">An example of the execution in Matlab for input vector [10 10 10 10 10 1]</a>
4747
![Results](images/Results.png)
4848

4949
<br/>
5050

51-
## <a name="The Neural Network of five ultrasonic sensors working Separately">The Neural Network of five ultrasonic sensors working Separately</a>
51+
## <a id="the-neural-network-of-five-ultrasonic-sensors-working-separately">The Neural Network of five ultrasonic sensors working Separately</a>
5252
![NN_Separately](images/NN_Separately.png)
5353

5454
<br/>
5555

56-
## <a name="Rules for Separate method">Rules for Separate method</a>
56+
## <a id="rules-for-separate-method">Rules for Separate method</a>
5757
![Rules_Separately](images/Rules_Separately.png)
5858

5959
<br/>
6060

61-
## <a name="The Matrices for Separate method">The Matrices for Separate method</a>
61+
## <a id="the-matrices-for-separate-method">The Matrices for Separate method</a>
6262
![Matrices_Separately](images/Matrices_Separately.png)
6363

6464
<br/>
6565

66-
## <a name="The Neural Network of five ultrasonic sensors working in Pairs">The Neural Network of five ultrasonic sensors working in Pairs</a>
66+
## <a id="the-neural-network-of-five-ultrasonic-sensors-working-in-pairs">The Neural Network of five ultrasonic sensors working in Pairs</a>
6767
![NN_for_Pairs](images/NN_for_Pairs.png)
6868

6969
<br/>
7070

71-
## <a name="Rules for method in Pairs">Rules for method in Pairs</a>
71+
## <a id="rules-for-method-in-pairs">Rules for method in Pairs</a>
7272
![Rules_for_Pairs](images/Rules_for_Pairs.png)
7373

7474
<br/>
7575

76-
## <a name="The Matrices for method in Pairs">The Matrices for method in Pairs</a>
76+
## <a id="the-matrices-for-method-in-pairs">The Matrices for method in Pairs</a>
7777
![Matrices_for_Pairs](images/Matrices_for_Pairs.png)
7878

7979
<br/>
8080

81-
## <a name="The Neural Network of five ultrasonic sensors working in Triples">The Neural Network of five ultrasonic sensors working in Triples</a>
81+
## <a id="the-neural-network-of-five-ultrasonic-sensors-working-in-triples">The Neural Network of five ultrasonic sensors working in Triples</a>
8282
![NN_for_Triples](images/NN_for_Triples.png)
8383

8484
<br/>
8585

86-
## <a name="Rules for method in Triples">Rules for method in Triples</a>
86+
## <a id="rules-for-method-in-triples">Rules for method in Triples</a>
8787
![Rules_for_Triples](images/Rules_for_Triples.png)
8888

8989
<br/>
9090

91-
## <a name="The Matrices for method in Triples">The Matrices for method in Triples</a>
91+
## <a id="the-matrices-for-method-in-triples">The Matrices for method in Triples</a>
9292
![Matrices_for_Triples](images/Matrices_for_Triples.png)
9393

9494
<br/>
9595

96-
## <a name="The Neural Network of five ultrasonic sensors working in Quad">The Neural Network of five ultrasonic sensors working in Quad</a>
96+
## <a id="the-neural-network-of-five-ultrasonic-sensors-working-in-quad">The Neural Network of five ultrasonic sensors working in Quad</a>
9797
![NN_for_Quad](images/NN_for_Quad.png)
9898

9999
<br/>
100100

101-
## <a name="Rules for method in Quad">Rules for method in Quad</a>
101+
## <a id="rules-for-method-in-quad">Rules for method in Quad</a>
102102
![Rules_for_Quad](images/Rules_for_Quad.png)
103103

104104
<br/>
105105

106-
## <a name="The Matrices for method in Quad">The Matrices for method in Quad</a>
106+
## <a id="the-matrices-for-method-in-quad">The Matrices for method in Quad</a>
107107
![Matrices_for_Quad](images/Matrices_for_Quad.png)
108108

109109
<br/>
110110

111-
## <a name="The Neural Network of five ultrasonic sensors working in Five">The Neural Network of five ultrasonic sensors working in Five</a>
111+
## <a id="the-neural-network-of-five-ultrasonic-sensors-working-in-five">The Neural Network of five ultrasonic sensors working in Five</a>
112112
![NN_for_Five](images/NN_for_Five.png)
113113

114114
<br/>
115115

116-
## <a name="Rules for method in Five">Rules for method in Five</a>
116+
## <a id="rules-for-method-in-five">Rules for method in Five</a>
117117
![Rules_for_Five](images/Rules_for_Five.png)
118118

119119
<br/>
120120

121-
## <a name="The Matrices for method in Five">The Matrices for method in Five</a>
121+
## <a id="the-matrices-for-method-in-five">The Matrices for method in Five</a>
122122
![Matrices_for_Five](images/Matrices_for_Five.png)
123123

124124
<br/>

0 commit comments

Comments
 (0)