*'@^invtransposeeigdetctransposetransposehermitconjugateeig function compute in MATLAB?
eigdetrankinvinvpinveigranksparse in MATLAB:
nnzspconvertspynnz function returns:
spynnzimshowplotsparsefullreshapeinvreshape function do in MATLAB?
sortrankreshapeeigsortrows function:
reshape(A, [], 1)flatten(A)sort(A)compress(A)sort(A, 'ascend')sort(A, 'descend')sort(A, -1)sort(A, 'rev')filtersortrowssortreshapepermute function is used for:
sortuniquereshapepermuterepmatrepeatduplicateexpandflip function in MATLAB is used to:
| Qno | Answer (Option with Text) |
|---|---|
| 1 | B. ' |
| 2 | A. inv |
| 3 | D. Non-zero |
| 4 | B. The identity matrix |
| 5 | B. A column vector |
| 6 | A. ctranspose |
| 7 | A. Eigenvalues and eigenvectors |
| 8 | B. The matrix is invertible |
| 9 | B. The number of non-zero rows in its reduced form |
| 10 | B. det |
| 11 | B. The matrix must be square |
| 12 | B. pinv |
| 13 | B. Minimize memory usage by storing only non-zero elements |
| 14 | B. Converts a matrix to sparse storage |
| 15 | D. All of the above |
| 16 | B. The number of non-zero elements in a matrix |
| 17 | A. spy |
| 18 | B. full |
| 19 | B. Changes the size of a matrix without changing data order |
| 20 | A. sort |
| 21 | C. Sorts rows based on column values |
| 22 | A. reshape(A, [], 1) |
| 23 | A. The product of the dimensions to remain constant |
| 24 | B. sort(A, 'descend') |
| 25 | B. sortrows |
| 26 | B. Rearranging the dimensions of a matrix |
| 27 | B. unique |
| 28 | A. repmat |
| 29 | B. Applies operations element-wise without loops |
| 30 | C. Reverse the order of elements along a dimension |