Sandie Nhatien Vu
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
272.187
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
When using a matrix as input, all conditions are not met? Why?
function gradesFinal = computeFinalGrades(grades) %computeFinalGrades calculates the final grade % %Input grades: a...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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. ...
más de 8 años hace | 1 respuesta | 0