Sandie Nhatien Vu - MATLAB Central
photo

Sandie Nhatien Vu


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/16 to 04/25Use left and right arrows to move selectionFrom 08/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
0 回答

ランク
74,098
of 298,292

評判
0

コントリビューション
7 質問
0 回答

回答採用率
71.43%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
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...

8年以上 前 | 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...

8年以上 前 | 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...

8年以上 前 | 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...

8年以上 前 | 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...

8年以上 前 | 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...

8年以上 前 | 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. ...

8年以上 前 | 1 件の回答 | 0

1

回答