How to present our data in different graphs
1 view (last 30 days)
Show older comments
(A) I have a desired vector u=[1 2 3 4]. I used an algorithm and that algorithm estimated a best solution for my desired vector u. I ran that algorithm 100 times and obtained 100 such estimated vectors of same size as my u vector. That algorithm also estimated 100 values of my fitness function, 100 values of Execution time of that algorithm, 100 values of Absolute Error Vector of same size as u. Then I found the errors in each indivudual element of u and estimated vector. Then I got the mean of 1st two errors separate and mean of last two error separate, thus got 100 such vales for each mean.
(B) Then I added a noise to vector u. and repeated the above process. Then I changed the value of noise and repeated the same process.
(C) Now I increased the number of elements in u from 4 to 6 and repeated the same process with noise and without noise
(D) Now I increased the number of elements in u from 6 to 8 and again repeated step (C).
Now I want to present this data in diffrent such graphs which attract a reader. Can any body help me in this regard?
3 Comments
Answers (0)
See Also
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!