Help with iterating to get one final value with for loop
    7 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
if true
  % code
end
0 Kommentare
Antworten (1)
  Karan Gill
    
 am 6 Nov. 2017
        Do not use f1(i). Instead use subs: https://www.mathworks.com/help/symbolic/subs.html to substitute a value.
And you redeclared f1 as symbolic with syms f1. So you lost your initial value of f1. Then you try f1(i) and it errors.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

