How to collect results in a table or graph?

1 view (last 30 days)
subha
subha on 8 Jul 2014
Answered: Azzi Abdelmalek on 8 Jul 2014
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
Azzi Abdelmalek on 8 Jul 2014
Use uitable function

Categories

Find more on MATLAB 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!