Sandie Nhatien Vu
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
272 103
of 295 486
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
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
When using a matrix as input, all conditions are not met? Why?
function gradesFinal = computeFinalGrades(grades) %computeFinalGrades calculates the final grade % %Input grades: a...
mer än 8 år ago | 0 answers | 0
0
answersQuestion
How to round elements in a vector to pre-defined intervals
function gradesRounded = roundGrade(grades) %roundGrade rounds off each element in a vector to the nearest grade in %the...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Temperature conversion what does this code lack?
I am working on a code that converts temperature C, F and K. So l came up with this code: function T = convertTemperature(T...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
How to remove incomplete elements in a vector? using loops
I have an experiment consisting of id numbers (x.y), where x = experiment number and y = part number. If l have a vector, le...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
while loop: how to define a function when using equation with several variables?
So. I have this function as the bacteria growth: n (t+1) = n(t) * (1 + (alpha*(1-(n(t)/K)))) The template for the functio...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
How to find mean of a vector including only a specific range of elements
I am new with matlab, in advance sorry for my question. How can I find the mean of a vector that only takes elements between 1...
mer än 8 år ago | 2 answers | 0
2
answersQuestion
loop for clock each step is 20 min how to code this
Hi everyone, i have a problem coding for "clock", that means that the code should only go up to 60 min. and then start over. ...
mer än 8 år ago | 1 answer | 0