
Paul Peeling
MathWorks
Followers: 0 Following: 0
I am a MathWorks consultant:
http://www.mathworks.com/services/consulting/meet-our-team/index.html#paul_peeling
Estadística
0 Preguntas
3 Respuestas
3 Archivos
Cody6 Problemas
72 Soluciones
CLASIFICACIÓN
9.592
of 297.738
REPUTACIÓN
4
CONTRIBUCIONES
0 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
5.569 of 20.469
REPUTACIÓN
222
EVALUACIÓN MEDIA
3.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
2138
CLASIFICACIÓN
7.717
of 159.472
CONTRIBUCIONES
6 Problemas
72 Soluciones
PUNTUACIÓN
803
NÚMERO DE INSIGNIAS
5
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
5 Público Canales
EVALUACIÓN MEDIA
36
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...
más de 1 año hace
Resuelto
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
más de 1 año hace
Resuelto
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....
casi 6 años hace
Enviada
mathworks/robust-matlab-2018
Code and Examples for "Developing Robust MATLAB Code"
casi 7 años hace | 1 descarga |
Enviada
RobustCodeExpo2016
This toolbox accompanies the MATLAB UK Expo Masterclass "Developing Robust MATLAB Code and Apps"
más de 8 años hace | 1 descarga |

Enviada
RayShapeArticle_FEX.zip
Solving Large Geometric and Visualization Problems with GPU Computing in MATLAB
más de 8 años hace | 2 descargas |

Canal
My Laptop battery
My laptop has two batteries. These are its remaining charge percentages
alrededor de 9 años hace
Resuelto
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...
casi 11 años hace
Problema
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...
casi 11 años hace | 2 | 171 solvers
Resuelto
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
casi 11 años hace
Resuelto
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 ...
casi 11 años hace
Resuelto
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!
casi 11 años hace
Resuelto
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".
casi 11 años hace
Resuelto
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 = ...
casi 11 años hace
Resuelto
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 ...
casi 11 años hace
Resuelto
Integer Sequence - 1
Check the test suite to determine the relationship between input integer scalar and output integer scalar.
casi 11 años hace
Resuelto
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
casi 11 años hace
Resuelto
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...
casi 11 años hace
Problema
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 ...
casi 11 años hace | 2 | 46 solvers
Resuelto
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...
casi 11 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
casi 11 años hace
Resuelto
Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0
casi 11 años hace
Resuelto
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, ....
más de 12 años hace
Resuelto
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...
más de 12 años hace
Problema
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...
más de 12 años hace | 2 | 9 solvers