![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2664900.jpg)
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
Statistik
RANG
5.090
of 297.010
REPUTATION
10
BEITRÄGE
0 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
342 of 20.418
REPUTATION
4.544
DURCHSCHNITTLICHE BEWERTUNG
4.20
BEITRÄGE
21 Dateien
DOWNLOADS
64
ALL TIME DOWNLOADS
41817
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
when - when a function was introduced by MATLAB
This function shows the version in which the input function was introduced.
mehr als 5 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0635343b-0607-4842-a246-8e36e00b2d87/e3dce2cc-a7b5-4057-922a-254306366647/images/screenshot.png)
Gelöst
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...
etwa 7 Jahre vor
Gesendet
K-means clustering
Simple implementation of the K-means algorithm for educational purposes
etwa 7 Jahre vor | 3 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/65780/versions/1/screenshot.png)
Gesendet
Expectation Maximization Algorithm
Expectation Maximization Algorithm
etwa 7 Jahre vor | 8 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/65772/versions/3/screenshot.png)
Gelöst
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...
fast 8 Jahre vor
Gesendet
Douglas-Peucker Algorithm
The Douglas–Peucker algorithm reduces the number of points in a curve.
etwa 8 Jahre vor | 10 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61046/versions/3/screenshot.png)
Gesendet
Stabilized Gram-Schmidt Orthonormal Method
Stabilized Gram-Schmidt Orthonormal Method
etwa 8 Jahre vor | 5 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/51467/versions/4/screenshot.png)
Gelöst
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...
mehr als 8 Jahre vor
Gelöst
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
mehr als 8 Jahre vor
Gesendet
Collatz Conjecture
Test the Collatz Conjecture (a.k.a 3x+1 conjecture)
mehr als 8 Jahre vor | 4 Downloads |
Gelöst
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
mehr als 8 Jahre vor
Gesendet
Calculate T0 for your hardware and programming language accroding to CEC
Standard code provided by Congress on Evolutionary Computation (CEC)
mehr als 8 Jahre vor | 1 Download |
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...
etwa 9 Jahre vor | 2
Gesendet
Boyer–Moore majority vote algorithm
Boyer–Moore majority vote algorithm
etwa 9 Jahre vor | 1 Download |
Gesendet
Global Threshold computation using Otsu's Method
Global Threshold computation using Otsu's Method
mehr als 9 Jahre vor | 1 Download |
Gelöst
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.
mehr als 9 Jahre vor
Gelöst
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
mehr als 9 Jahre vor
Gelöst
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]
mehr als 9 Jahre vor
Gelöst
Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm
mehr als 9 Jahre vor
Gelöst
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...
mehr als 9 Jahre vor
Gelöst
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
mehr als 9 Jahre vor
Gelöst
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...
mehr als 9 Jahre vor
Gelöst
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...
mehr als 9 Jahre vor
Gesendet
Simple Sorting Methods
This submission includes four sorting algorithms and a test demo.
mehr als 9 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52077/versions/3/screenshot.jpg)
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 ....
mehr als 9 Jahre vor | 0
how to test if toolbox exists?
You can use the existing function in FileExchange called <http://www.mathworks.com/matlabcentral/fileexchange/51794-istoolboxava...
mehr als 9 Jahre vor | 0
Gesendet
isToolboxAvailable
This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
mehr als 9 Jahre vor | 3 Downloads |
Gelöst
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...
etwa 10 Jahre vor