Question: In MATlab This activity uses a 3rd party app. Though your activity may be recorded, a refresh may be required to update the banner to
In MATlab


This activity uses a 3rd party app. Though your activity may be recorded, a refresh may be required to update the banner to the left. Your Solution Save C Reset MMATLAB Documentation 1 function newMatrixA, deletedElems j DeleteRowColumn origMatrixA, delRo 2 96 DeleteRow Column: Delete the row and column specified by delRow 3 and delcol from input matrixA and returns the modified matrix and 4 96 the deleted elements as a column array 5 Inputs origMatrixA input matrix delRow row to delete 6 96 deicol column to delete 7 96 8 96 9 Outputs newMatrixA input matrix with specified row and column deleted deletedElems deleted elements from input matrix 0 96 returned as a column array Assign newMatrixA with origMatrixA newMatrixA origMatrixA Assign deleted lems with row of newMatrixA to be deleted (Hint: Use the transpose operator to convert a row to a column) deletedE lems 0; 96 FIXME Remove row de Row from newMatrixA FIXME newMatrixA 0; Append deletedE lems with the with column of newMatrixA to be deleted deleted Elems 0; FIXME Remove column del Col from newMatrixA ewMa 0; KM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
