Question: use matlab Write a function called potd_fun that counts the number of rows with a first value greater than a user supplied value. The function
use matlab

Write a function called potd_fun that counts the number of rows with a first value greater than a user supplied value. The function returns a matrix with those rows deleted and the number of rows deleted. Example, 24 25 78 2 7 34 76 2az 5 54 78 90 If ptd6InputArray and Tmax 5 , then calling potd6-fun as [ptd6OutputArray, rowDel] potd_fun( ptd6lnputArray, rmax) results in the following: 1 2 3 4 ptd6OutputArray- 15 54 78 90 and row Del2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
