On 18-Sep-2008, Sergei Steshenko wrote: | The expression to be tried in Matlab is: | | column_vector(2:vector_length) = column_vector(2:vector_length) + row_vector(2:vector_length) | . And, as Michael already noted in a post to this thread, that fails with an error from the addition operation stating that matrix dimensions must agree. jwe