How to for loop a summation yielding different matrix values
Show older comments
I am trying to write a for loop for a sum expression as follows:

I don't intend to automate the ij portion of it. I only have ij = 11 and ij = 22 so I can just insert 2 expressions (2 identical loops) with the values for Q_11 and Q_22.
The z aspect of my function are thicknesses that may vary and I can define prior to the loop.
I do need a little help with the iteration part of the loop since my knowledge of for loops is VERY basic.
Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!