Saturday, 28 September 2013

How to iterate through this matrix in matlab?

How to iterate through this matrix in matlab?

I'm new to matlab and I'm trying to do the following:
For each x in [L, a, and b] :
TxP = tx_ * ratio_x;
where I have a matrix with dimensions L,a,b and the 'x' part of tx_ refers
to the dimension L, a, or b.
I'm just unsure of the syntax to make this happen. Can anyone help me out?

No comments:

Post a Comment