Statistics
RANK
9.592
of 273.079
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
5.364 of 18.445
REPUTATION
213
AVERAGE RATING
3.00
CONTRIBUTIONS
3 Files
DOWNLOADS
8
ALL TIME DOWNLOADS
2051
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
5 Public Channels
AVERAGE RATING
36
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....
bijna 4 jaar ago
Submitted
mathworks/robust-matlab-2018
Code and Examples for "Developing Robust MATLAB Code"
meer dan 4 jaar ago | 3 downloads |
Submitted
RobustCodeExpo2016
This toolbox accompanies the MATLAB UK Expo Masterclass "Developing Robust MATLAB Code and Apps"
ongeveer 6 jaar ago | 1 download |

Submitted
RayShapeArticle_FEX.zip
Solving Large Geometric and Visualization Problems with GPU Computing in MATLAB
meer dan 6 jaar ago | 4 downloads |

Channel
My Laptop battery
My laptop has two batteries. These are its remaining charge percentages
ongeveer 7 jaar ago
Solved
Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...
meer dan 8 jaar ago
Problem
What day is it?
Tell me what day is it. Return the full name of the day of the week as a string. e.g. It's June 12th 2014, so your function s...
meer dan 8 jaar ago | 2 | 114 solvers
Solved
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
meer dan 8 jaar ago
Solved
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
meer dan 8 jaar ago
Solved
Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!
meer dan 8 jaar ago
Solved
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
meer dan 8 jaar ago
Solved
Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...
meer dan 8 jaar ago
Solved
Test within tolerance
Given a vector of experimental data, D, and a vector of truth data, T, return FALSE if any +/- errors (D-T) are outside a given ...
meer dan 8 jaar ago
Solved
Integer Sequence - 1
Check the test suite to determine the relationship between input integer scalar and output integer scalar.
meer dan 8 jaar ago
Solved
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
meer dan 8 jaar ago
Solved
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
meer dan 8 jaar ago
Problem
Find the longest match inside two strings
Given two strings, find the longest string which is contained within both strings. e.g. the longest string that is contained ...
meer dan 8 jaar ago | 2 | 42 solvers
Solved
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
meer dan 8 jaar ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
meer dan 8 jaar ago
Solved
Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0
meer dan 8 jaar ago
Solved
Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....
ongeveer 10 jaar ago
Solved
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
ongeveer 10 jaar ago
Problem
Partial sorting algorithm
Return the top k elements of an input vector. A comparison function compareFcn(m,n) is provided to compare individual elements o...
ongeveer 10 jaar ago | 2 | 9 solvers
Solved
Partial sorting algorithm
Return the top k elements of an input vector. A comparison function compareFcn(m,n) is provided to compare individual elements o...
ongeveer 10 jaar ago
Solved
Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...
ongeveer 10 jaar ago
Solved
Connect Four Win Checker
<http://en.wikipedia.org/wiki/Connect_Four Connect Four> is a game where you try to get four pieces in a row. For this problem, ...
ongeveer 10 jaar ago