統計
All
Feeds
解決済み
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...
2日 前
解決済み
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
3日 前
解決済み
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
3日 前
質問
Pressure drop calibration using thermal liquid blocks (1D vs CFD)
Hello Dear, I'm writing this to seek your help and technical advice. I'm performing pressure drop correlation study 1D TL mode...
3ヶ月 前 | 0 件の回答 | 0
0
回答解決済み
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
9ヶ月 前
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
9ヶ月 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2年弱 前

