ANKUR KUMAR - MATLAB Central
photo

ANKUR KUMAR


NASA IMPACT

Last seen: 8ヶ月 前 2017 年からアクティブ

Followers: 2   Following: 0

Researching with NASA IMPACT | MATLAB for fun | Python for research | https://www.nsstc.uah.edu/users/ankur.kumar/

統計

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

34 質問
253 回答

File Exchange

8 ファイル

Cody

0 問題
7 解答

ランク
114
of 297,716

評判
1,100

コントリビューション
34 質問
253 回答

回答採用率
67.65%

獲得投票数
305

ランク
5,582 of 20,469

評判
221

平均評価
4.90

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

ダウンロード
15

ALL TIME ダウンロード
2019

ランク
45,925
of 159,428

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

スコア
80

バッジ数
1

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

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

平均評価

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

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


Test if a Number is a Palindrome without using any String Operations
*Description* Given an integer _X_, determine if it is a palindrome number. That is, _X_ is equal to the _X_ with the digits ...

6年以上 前

解決済み


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

6年以上 前

解決済み


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

6年以上 前

解決済み


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

6年以上 前

解決済み


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

6年以上 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

6年以上 前

解決済み


Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...

6年以上 前