
Python, C++, C, Java, Javascript, R, MATLAB, CSS, Arduino
Spoken Languages:
English, Spanish
Professional Interests:
Robotics and Autonomous Systems, Embedded Systems
Statistics
RANK
36
of 298 387
REPUTATION
5 342
CONTRIBUTIONS
0 Questions
2 210 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
623
RANK
1 674 of 20 577
REPUTATION
1 107
AVERAGE RATING
4.80
CONTRIBUTIONS
21 Files
DOWNLOADS
121
ALL TIME DOWNLOADS
8830
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Closely related?
Given a function past_records() that will report blood sugar level of two twin brothers some random number of days ago. For exam...
ungefär 22 timmar ago
Solved
Singular Value Decomposition
Calculate the three matrices of the singular value decomposition (A = U*S*V^T) for each provided matrix. U and V are square unit...
ungefär 23 timmar ago
Solved
Translate German decimals to English decimals
The string 'x = [2,5; 5,5; 4,3];' should return 'y = [2.5; 5.5; 4.3];'
en dag ago
Solved
Find the remainder with the factorial of PRIMES?
* Take a number greater than or equal to 2 and take its primes. e.g. 6 and its primes are 2 3 5 * calculate the factorial of i...
en dag ago
Solved
How many solutions has this problem?
Guess, predict or calculate :-) (You will be scored by the accuracy). Update: <http://www.mathworks.co.uk/matlabcent...
en dag ago
Solved
Global usage
This Challenge is to utilize Global variables. Global variables are risky as the subroutine may inadvertently and unwantingly...
en dag ago
Solved
Usage of varargout
This Challenge is to demonstrate usage of varargout. Output a cell array using varargout of magic squares of size 1 thru n. ...
en dag ago
Solved
Find the Peak Particle Velocity on a ETL structure
PPV is a vibration parameter that can connect stress to a structure, it is measured in mm/s or mm/s-1. The higher the PPV the mo...
2 dagar ago
Solved
What kind of triangle?
Write a function named check_triangle that receives three positive integers as input: a, b, and c. These three numbers are inte...
2 dagar ago
Solved
Vector parallel to plane?
Given the coefficients of the equation which defines a plane as follows: ax+by+cz=d, return a boolean indicating whether the 2n...
4 dagar ago
Solved
collision
several cars (n) were involved in this collision, the input matrix (vm) has n rows and two columns, first column for velocity an...
4 dagar ago
Solved
Compare a value to a vector
Given a random value X and a random vector Y. you have to compare X to the Vector Y and make a decision. case 1: X is a value i...
4 dagar ago
Solved
Feeling lucky?
Guess which number Cody is thinking (1 to 10)? (This is a game of luck more than skill. Good luck!)
4 dagar ago
Solved
Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...
4 dagar ago
Solved
Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...
4 dagar ago
Solved
edge detection
write a function that gives the indexes of rising or falling edge x is a vector (assume it contains always at least one eleme...
6 dagar ago
Solved
Elements with highest local average
Input v is a row vector such that length(v)>3. Consider a sliding window of length 3 that is used to calculate the local average...
6 dagar ago
Solved
Let's see how peculiar we can get
The task is to multiply two numbers. But do it in the most peculiar possible way.
6 dagar ago
Solved
How to permute given 3d matrix?
A(:,:,1)=[1 3] A(:,:,2)=[2 2] A(:,:,3)=[4 3] Change rows to columns and columns to rows, similar to transpose. Resul...
6 dagar ago
Solved
Find the inverse permutation
Given a permutation vector perm (a vector of n elements containing all the elements from 1 to n in some order), return the permu...
6 dagar ago
Solved
Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]
6 dagar ago
Solved
Creating a code via test suite :)
Given the test suites, create a code that would fit them :) *Clue: Pascal's Triangle
6 dagar ago
Solved
Some tweaks in summation, Can you decode? :)
There are some tweaks in summation that you might observe via test suites Try if you can
6 dagar ago
Solved
Find the outcast
All pairs have the same difference except for one. Output the index of the latter Example: input =[0 1; 1 0; ...
6 dagar ago
Solved
Beat the test suite if you can :)
Solve this problem based on clues in the test suite.
6 dagar ago
Solved
Encode Me From The Past
Given this input x = 2, 5, 1, 2, 4, 1, 1, 3 output should be (Five 2's, Two 1's, One 4, Three 1's) [2 2 2 2 2 1 1 4 1...
6 dagar ago
Solved
Modified run-length companion vector
Given a vector x, return a vector that indicates the run length of any value in x. Each element in output vector shows how many ...
6 dagar ago
Solved
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
6 dagar ago