HN - MATLAB Central
photo

HN


Last seen: 5ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFile ExchangeFrom 04/20 to 03/25Use left and right arrows to move selectionFrom 04/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

30 質問
2 回答

File Exchange

2 ファイル

Cody

0 問題
9 解答

ランク
156,557
of 297,672

評判
0

コントリビューション
30 質問
2 回答

回答採用率
63.33%

獲得投票数
0

ランク
9,808 of 20,464

評判
66

平均評価
0.00

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

ダウンロード
4

ALL TIME ダウンロード
663

ランク
35,937
of 159,351

コントリビューション
0 問題
9 解答

スコア
113

バッジ数
2

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 2
  • Promoter
  • Thankful Level 3
  • GitHub Submissions Level 2
  • First Submission
  • Solver
  • Explorer
  • First Review

バッジを表示

Feeds

表示方法

解決済み


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.

約4年 前

解決済み


matrix zigzag
Unfold a 2-D matrix to a 1-D array in zig-zag order, e.g., for matrix [ 1 2 3 ; 4 5 6 ; 7 8 9 ] the resulting 1-...

4年以上 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

4年以上 前

解決済み


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

5年弱 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

5年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

5年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

5年弱 前

解決済み


Return area of square
Side of square=input=a Area=output=b

5年弱 前

解決済み


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

5年弱 前