Have you ever wanted to multiply or divide the values of two corresponding cells between arrays? Ever wanted to write one line of code instead of a for-loop? Well now you can. Matlab has special operators to perform multiplication, division and powers between the corresponding cells of two matrices. These operators are useful for simplifying and optimizing code that requires larger matrices. They can replace...


