dividing row matrices to give row matrices
Show older comments
Hi,
I am dividing a 1x5000 by a 1x5000 matrix and, depending on how I code it, either get a single value or a 5000x5000 matrix which then means I cannot process anymore as the memory has been exceeded.
It is only a single row in the 5000x5000 matrix that is populated by real numbers, is there a way to make Matlab output just that row rather than having to extract it from the square matrix?
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!