Reza Ahmadzadeh - MATLAB Central
photo

Reza Ahmadzadeh


2011 年からアクティブ

Followers: 1   Following: 0

He received his Ph.D. degree in "Robotics, Cognition and Interaction Technologies". Currently, he is a postdoctoral researcher with the Institute for Robots and Intelligent Machines (IRIM) at Georgia Tech.
Professional Interests: Machine Learning, Artificial Intelligence, Human-Robot Interaction, Robotics, Visuospatial Skill Learning, Reinforcement Learning, Imitation Learning, global/local optimization methods

統計

All
CodyFile ExchangeMATLAB AnswersFrom 01/11 to 04/25Use left and right arrows to move selectionFrom 01/11Use left and right arrows to move left selectionTo 04/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 質問
4 回答

File Exchange

21 ファイル

Cody

12 問題
89 解答

ランク
5,121
of 298,180

評判
10

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

回答採用率
0.00%

獲得投票数
2

ランク
343 of 20,546

評判
4,553

平均評価
4.20

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

ダウンロード
62

ALL TIME ダウンロード
41906

ランク
2,594
of 160,541

コントリビューション
12 問題
89 解答

スコア
1,200

バッジ数
10

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

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

平均評価

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

平均いいねの数

  • Revival Level 1
  • Knowledgeable Level 1
  • Famous
  • Likeable
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • CUP Challenge Master
  • Puzzler

バッジを表示

Feeds

表示方法

送信済み


when - when a function was introduced by MATLAB
This function shows the version in which the input function was introduced.

5年以上 前 | ダウンロード 1 件 |

4.7 / 5
Thumbnail

解決済み


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

約7年 前

送信済み


K-means clustering
Simple implementation of the K-means algorithm for educational purposes

約7年 前 | ダウンロード 2 件 |

4.0 / 5
Thumbnail

送信済み


Expectation Maximization Algorithm
Expectation Maximization Algorithm

約7年 前 | ダウンロード 13 件 |

4.0 / 5
Thumbnail

解決済み


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

約8年 前

送信済み


Douglas-Peucker Algorithm
The Douglas–Peucker algorithm reduces the number of points in a curve.

8年以上 前 | ダウンロード 5 件 |

5.0 / 5
Thumbnail

送信済み


Stabilized Gram-Schmidt Orthonormal Method
Stabilized Gram-Schmidt Orthonormal Method

8年以上 前 | ダウンロード 5 件 |

5.0 / 5
Thumbnail

解決済み


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

8年以上 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

8年以上 前

解決済み


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

8年以上 前

送信済み


Collatz Conjecture
Test the Collatz Conjecture (a.k.a 3x+1 conjecture)

8年以上 前 | ダウンロード 3 件 |

5.0 / 5

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

9年弱 前

送信済み


Calculate T0 for your hardware and programming language accroding to CEC
Standard code provided by Congress on Evolutionary Computation (CEC)

9年弱 前 | ダウンロード 1 件 |

0.0 / 5

回答済み
Can I find out in which release a function was introduced?
I wrote a function that can give you the version a function was released. You can find it <http://it.mathworks.com/matlabcentral...

9年以上 前 | 2

送信済み


Boyer–Moore majority vote algorithm
Boyer–Moore majority vote algorithm

9年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Global Threshold computation using Otsu's Method
Global Threshold computation using Otsu's Method

9年以上 前 | ダウンロード 1 件 |

3.0 / 5

解決済み


Add two hex numbers
Add two hex numbers

9年以上 前

解決済み


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

9年以上 前

解決済み


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

9年以上 前

解決済み


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

9年以上 前

解決済み


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

9年以上 前

解決済み


Dealing with correlation results!
In this problem we would like to transform correlation coefficient MATRIX to a VECTOR which includes only unique elements of coe...

9年以上 前

解決済み


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

9年以上 前

解決済み


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

9年以上 前

解決済み


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

10年弱 前

送信済み


Simple Sorting Methods
This submission includes four sorting algorithms and a test demo.

10年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
How can I determine what add-ons I have installed?
To check if you have installed a specific toolbox, you can use the existing function in FileExchange called isToolboxAvailable ....

10年弱 前 | 0

回答済み
how to test if toolbox exists?
You can use the existing function in FileExchange called <http://www.mathworks.com/matlabcentral/fileexchange/51794-istoolboxava...

10年弱 前 | 0

送信済み


isToolboxAvailable
This function checks the availability of a specific toolbox on the installed MATLAB on your machine.

10年弱 前 | ダウンロード 2 件 |

4.3 / 5

解決済み


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

10年以上 前

さらに読み込む