
Reza Ahmadzadeh
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
Statistics
순위
3,587
of 257,769
평판
10
참여
0 질문
4 답변
답변 채택
0.00%
획득한 표
2
순위
1,631
of 109,995
참여
12 문제
89 해답
점수
1,200
배지 수
10
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
제출됨
when - when a function was introduced by MATLAB
This function shows the version in which the input function was introduced.
3년 이하 전 | 다운로드 수: 3 |

해결됨
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...
4년 이상 전
제출됨
K-means clustering
Simple implementation of the K-means algorithm for educational purposes
4년 이상 전 | 다운로드 수: 14 |

해결됨
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...
약 5년 전
제출됨
Douglas-Peucker Algorithm
The Douglas–Peucker algorithm reduces the number of points in a curve.
5년 이상 전 | 다운로드 수: 11 |

제출됨
Stabilized Gram-Schmidt Orthonormal Method
Stabilized Gram-Schmidt Orthonormal Method
5년 이상 전 | 다운로드 수: 29 |

해결됨
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...
5년 이상 전
해결됨
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
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...
6년 이하 전
제출됨
Calculate T0 for your hardware and programming language accroding to CEC
Standard code provided by Congress on Evolutionary Computation (CEC)
6년 이하 전 | 다운로드 수: 1 |
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...
6년 이상 전 | 2
| 수락됨
제출됨
Global Threshold computation using Otsu's Method
Global Threshold computation using Otsu's Method
7년 이하 전 | 다운로드 수: 2 |
해결됨
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.
7년 이하 전
해결됨
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
7년 이하 전
해결됨
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]
7년 이하 전
해결됨
Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
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...
7년 이하 전
제출됨
Simple Sorting Methods
This submission includes four sorting algorithms and a test demo.
7년 이하 전 | 다운로드 수: 1 |

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 <http://www.mathwork...
7년 이하 전 | 0
how to test if toolbox exists?
You can use the existing function in FileExchange called <http://www.mathworks.com/matlabcentral/fileexchange/51794-istoolboxava...
7년 이하 전 | 0
제출됨
isToolboxAvailable
This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
7년 이하 전 | 다운로드 수: 3 |
해결됨
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...
7년 이상 전