how to insert symbols to an for loop
    3 views (last 30 days)
  
       Show older comments
    
sym a
b = [ ] 
for n = 1:5
b (n) = a*n
end
0 Comments
Answers (1)
  KALYAN ACHARJYA
      
      
 on 28 Dec 2019
        
      Edited: KALYAN ACHARJYA
      
      
 on 28 Dec 2019
  
      syms a
%..^
1 Comment
  KALYAN ACHARJYA
      
      
 on 28 Dec 2019
				See Also
Categories
				Find more on Calculus 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!
