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년 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
