MATLAB: Is there a method to linear index to a transpose matrix without taking the transpose

matrix linear index

Is there a method to linear index to a transpose matrix without taking the transpose?

Best Answer

Yes want to index the matrix by rows vs columns. I suppose i can use the function ind2sub and switch the row and col.
Related Question