How to collect results in a table or graph?
Show older comments
I am running my program for 50 epochs(50 times). i want to notice how much time it takes for every epoch. I am using tic and toc functions to measure time in each epoch. But i want my program to store this in a table or graph and display to me. i feel table is good, because i have too many data(50). How can i do it?
Answers (1)
Azzi Abdelmalek
on 8 Jul 2014
0 votes
Use uitable function
Categories
Find more on Mathematics 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!