Use bsxfun
:
outMat = bsxfun (@rdivide, inMat, inMat(2,:));
The 1st argument to bsxfun
is a handle to the function you want to apply, in this case right-division.
Related Contents:
- Matrix “Zigzag” Reordering
- Creating a square identity matrix [closed]
- How can I index a MATLAB array returned by a function without first assigning it to a local variable?
- For loop to split matrix to equal sized sub-matrices
- Matrix of unknown length in MATLAB?
- How do you concatenate the rows of a matrix into a vector?
- How can I accumulate cells of different lengths into a matrix in MATLAB?
- How do I visualize a matrix with colors and values displayed?
- Is MATLAB row specific or column major?
- Use a vector as an index to a matrix
- Index of max and min value in an array
- How can I change the values of multiple points in a matrix?
- Construct adjacency matrix in MATLAB
- Loop through files in a folder in matlab
- Replace specific columns in a matrix with a constant column vector
- How can I apply a function to every row/column of a matrix in MATLAB?
- How can I count the number of elements of a given value in a matrix?
- How to select a submatrix (not in any particular pattern) in Matlab
- Get the indices of the n largest elements in a matrix
- Multiply a 3D matrix with a 2D matrix
- How can I sort a 2-D array in MATLAB with respect to one column?
- How do I resize a matrix in MATLAB?
- Efficiently compute a 3D matrix of outer products – MATLAB
- Sorting entire matrix according to one column in matlab
- Matlab: repeat every column sequentially n times [duplicate]
- Generate all possible combinations of the elements of some vectors (Cartesian product)
- How to generate all pairs from two vectors in MATLAB using vectorised code?
- How to execute multiple statements in a MATLAB anonymous function?
- Creating Indicator Matrix
- Approaches to create a video in matlab
- Hash tables in MATLAB
- Find given row in a matrix
- Analytical Fourier transform vs FFT of functions in Matlab
- What’s the difference between & and && in MATLAB?
- Align already captured rgb and depth images
- Is there a foreach in MATLAB? If so, how does it behave if the underlying data changes?
- How can I find the maximum value and its index in array in MATLAB?
- Vectorizing the Notion of Colon (:) – values between two vectors in MATLAB
- Change color of 2D plot line depending on 3rd value
- Suppressing Output MATLAB
- Map function in MATLAB?
- How do I detect if I’m running MATLAB or Octave?
- Retraining after Cross Validation with libsvm
- quiver3 arrow color corresponding to magnitude
- How to find the index of the n smallest elements in a vector
- PCA in matlab selecting top n components
- how to count unique elements of a cell in matlab?
- String to variable name MATLAB
- MATLAB Compiler vs MATLAB Coder
- Automatically maximize a figure