Given polynomial, output the integral (with k = 1 for simplicity purposes)
Example:
input = [2 1] % 2x+1 output = [1 1 1] %x^2 + x + k
Learned to use an extra argument. Thanks!
Find all elements less than 0 or greater than 10 and replace them with NaN
11614 Solvers
Who is the smartest MATLAB programmer?
469 Solvers
Find out total non zero element of matrix
147 Solvers
212 Solvers
170 Solvers