Maitreyee Mordekar - MATLAB Central
photo

Maitreyee Mordekar

MathWorks

Last seen: 2年弱 前 2016 年からアクティブ

Followers: 0   Following: 0

I am a MathWorks Student Competition Technical Evangelist with a specialization in Communication Systems and an interest in Embedded Systems.

統計

All
MATLAB AnswersCodyFile ExchangeFrom 07/16 to 03/25Use left and right arrows to move selectionFrom 07/16Use 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

0 質問
58 回答

File Exchange

1 ファイル

Cody

0 問題
9 解答

ランク
575
of 297,672

評判
134

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

回答採用率
0.00%

獲得投票数
21

ランク
13,812 of 20,464

評判
19

平均評価
5.00

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

ダウンロード
1

ALL TIME ダウンロード
151

ランク
39,591
of 159,351

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

スコア
100

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • 5-Star Galaxy Level 1
  • First Submission
  • GitHub Submissions Level 1
  • Knowledgeable Level 4
  • 6 Month Streak
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

8年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

8年以上 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

8年以上 前

解決済み


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

8年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

8年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前