Hello,
It is about programming on matlab. I have a structure of D elements with their indexes and their values. I want from this structure to calculate a new quantity D'.
For indexes i=1 to p=6, it is simple: D'_i = D_i.
For _i_j_k...to p , it is more complicated. D'_i_j_k...to p =...