How to number permutation values in "for" loop to be sequentially printed as 1, 2, 3 etc?
    3 views (last 30 days)
  
       Show older comments
    
    Ismail Qeshta
 on 20 Jun 2018
  
    
    
    
    
    Commented: Ismail Qeshta
 on 20 Jun 2018
            Hi. I have
a = [1 2 3]
b = [1 2 3]
c = [1 2 3]
I am running for loop for i = 1:3, j= 1:3 and m = 1:3. I need to print the output in terms of 1, 2, 3, 4, etc, instead of 111, 112, 113, 114, etc.
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Loops and Conditional Statements 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!
