Statistics
4 Questions
0 Answers
RANK
106,102
of 301,298
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 21,225
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,851
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Help debugging a code? Says function makes an error but when I run it, it returns the correct output...
I'm having trouble with the following assignment: Write a function called sort3 that takes a 3-element vector as its sole arg...
8 years ago | 1 answer | 0
1
answerQuestion
How to have an arbitrary vector as your input for your function?
Currently have the following snippet of my code: function output =sort3(A) A= [a b c] if (a<=b)&& (b<=c) if a<b && b...
8 years ago | 1 answer | 0
1
answerQuestion
Having trouble with my outputs giving me 4 decimal points when I only want 2?
I'm trying to answer the following homework question: Write a function called fare that computes the bus fare one must pay i...
8 years ago | 2 answers | 0
2
answersQuestion
Having trouble understanding what the "[]" command in min(X,[],1) does. Can anyone help?
Looked it up on help min, got the following: [Y,I] = min(X,[],DIM) operates along the dimension DIM. Could someone expand on wha...
8 years ago | 1 answer | 0
