How would I output this term as an array?
Show older comments
Hi, how would I output the iiTerm as an array, simply putting iiTerm after the loop and within the loop returns a singe value. Thank you.
for ii = 0:1:10
iiTerm = ((-1).^(ii)).*(((pi/4).^(2.*ii)))./(factorial(2.*ii));
sum2 = sum2 + iiTerm;
sum2
end
Accepted Answer
More Answers (0)
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!