Sigma Notation in Matlab
Show older comments
I'd like to be able to write the following three functions into matlab, but am not sure how to accomplish it (still learning how to do things in MatLab). Could someone please help with how to write the following three equations as individual functions?

<<

<<

>>
4 Comments
James Tursa
on 6 May 2015
Is E a function or a variable? If E is a function, do you know if it is vectorized (i.e., allows for vector or matrix inputs)? This will make a difference in how one might write this (e.g., using loops vs vectorized syntax).
Andrew
on 6 May 2015
James Tursa
on 6 May 2015
So, E is a matrix and E(i,j) is the element in the i'th row and j'th column? And what is R? I had assumed it was a scalar, but now you have Rx, Ry, and Rz listed. How do these relate to R in your sigma formulas?
Andrew
on 6 May 2015
Answers (0)
Categories
Find more on MATLAB 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!