Dr. Pemendra Kumar Pardhi - MATLAB Central
photo

Dr. Pemendra Kumar Pardhi


Last seen: 約1ヶ月 前 2018 年からアクティブ

Followers: 2   Following: 0

統計

All
MATLAB AnswersFile ExchangeCodyFrom 11/18 to 03/25Use left and right arrows to move selectionFrom 11/18Use 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

14 質問
43 回答

File Exchange

6 ファイル

Cody

0 問題
5 解答

ランク
1,074
of 297,775

評判
69

コントリビューション
14 質問
43 回答

回答採用率
50.0%

獲得投票数
15

ランク
2,435 of 20,469

評判
710

平均評価
5.00

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

ダウンロード
98

ALL TIME ダウンロード
6248

ランク
52,457
of 159,513

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

スコア
61

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • 6 Month Streak
  • Knowledgeable Level 3
  • Thankful Level 2
  • 5-Star Galaxy Level 4
  • Revival Level 2
  • Solver
  • Explorer
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


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

約4年 前

解決済み


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

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

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前