![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8469630_1522126743177_DEF.jpg)
Sandie Nhatien Vu
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
78 763
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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. ...
plus de 8 ans il y a | 1 réponse | 0