How to get output in rows for running given matlab program(attached) 2 times for same inputs ?
Show older comments
Hello Everyone,
Please see the attached matlab program which for example,i am running for input
online1([9 1 4; 8 2 3])
suppose, I want to run this program 2 times(Say count= 2) for same inputs, then how can i get 'second time run output' below first time run output. Means my output in command window should look like---
output from first time run
output from second time run
3 Comments
Geoff Hayes
on 25 Aug 2014
reshdev - why would you want to run the same program twice with the same inputs? What do you expect to see differently on the second run?
reshdev
on 25 Aug 2014
reshdev
on 25 Aug 2014
Accepted Answer
More Answers (0)
Categories
Find more on Genetic Algorithm 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!