MATLAB: Got couple of questions from college assignments

homeworkmatrix

1.Assume matrix MX contains a single non-zero value. Place the row number containing this non-zero value into NZR and the column value in NZC
2.Assume Matrix Mz has already been defined. Place the row numbers of all elements in Mz that are negative into vector MzRN and the corresponding column numbers into MzCN
Both answers need to be answered in a single statement

Best Answer

doc find
Related Question