Feeds
提问
Write a Function called Is_decreasing that has the output variables yes_no?
This Function should accept a row or column vector and determine whether or not the vector is decreasing. It should set yes_no=1...
10 years 前 | 1 个回答 | 0
1
个回答提问
Running a sum function using a for loop?
I am running the following script: function[x]=sum1 (x,a,b) total=0; For k=1:length(x) if a <=x(k)<=b total...
10 years 前 | 2 个回答 | 0
