Statistics
2 Questions
0 Answers
RANK
253,256
of 300,379
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,299
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
