photo

Sandie Nhatien Vu


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
74,677
of 300,813

평판
0

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,169

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


When using a matrix as input, all conditions are not met? Why?
function gradesFinal = computeFinalGrades(grades) %computeFinalGrades calculates the final grade % %Input grades: a...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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. ...

9년 초과 전 | 답변 수: 1 | 0

1

답변