Paul Peeling - MATLAB Central
photo

Paul Peeling

MathWorks

Last seen: 7 giorni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
CodyThingSpeakMATLAB AnswersFile ExchangeFrom 12/11 to 04/25Use left and right arrows to move selectionFrom 12/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Domande
3 Risposte

File Exchange

3 File

Cody

6 Problemi
72 Soluzioni

ThingSpeak

5 Pubblico Canali

RANK
13.024
of 298.066

REPUTAZIONE
4

CONTRIBUTI
0 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
5.576 of 20.530

REPUTAZIONE
222

VALUTAZIONE MEDIA
3.00

CONTRIBUTI
3 File

DOWNLOAD
5

ALL TIME DOWNLOAD
2140

RANK
7.744
of 160.267

CONTRIBUTI
6 Problemi
72 Soluzioni

PUNTEGGIO
803

NUMERO DI BADGE
5

CONTRIBUTI
0 Post

CONTRIBUTI
5 Pubblico Canali

VALUTAZIONE MEDIA
36

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Quiz Master
  • Commenter
  • Promoter
  • Creator
  • Solver

Visualizza badge

Feeds

Risolto


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...

oltre un anno fa

Risolto


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...

oltre un anno fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

oltre un anno fa

Risolto


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....

circa 6 anni fa

Inviato


mathworks/robust-matlab-2018
Code and Examples for "Developing Robust MATLAB Code"

quasi 7 anni fa | 2 download |

5.0 / 5

Inviato


RobustCodeExpo2016
This toolbox accompanies the MATLAB UK Expo Masterclass "Developing Robust MATLAB Code and Apps"

oltre 8 anni fa | 1 download |

1.0 / 5
Thumbnail

Inviato


RayShapeArticle_FEX.zip
Solving Large Geometric and Visualization Problems with GPU Computing in MATLAB

oltre 8 anni fa | 2 download |

3.0 / 5
Thumbnail

Canale


RaspPiMeshInfo

oltre 8 anni fa

Canale


RaspPiMeshRF24

oltre 8 anni fa

Canale


RaspPiBlinkingLED
Blinking LED demo on Raspberry Pi

oltre 8 anni fa

Canale


My Laptop battery
My laptop has two batteries. These are its remaining charge percentages

circa 9 anni fa

Canale


My Disk Usage
How much space I have left on my 250GB hard drive

circa 9 anni fa

Risolto


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...

quasi 11 anni fa

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...

quasi 11 anni fa | 2 | 173 risolutori

Risolto


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

quasi 11 anni fa

Risolto


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 ...

quasi 11 anni fa

Risolto


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!

quasi 11 anni fa

Risolto


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".

quasi 11 anni fa

Risolto


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 = ...

quasi 11 anni fa

Risolto


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 ...

quasi 11 anni fa

Risolto


Integer Sequence - 1
Check the test suite to determine the relationship between input integer scalar and output integer scalar.

quasi 11 anni fa

Risolto


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

quasi 11 anni fa

Risolto


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...

quasi 11 anni fa

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 ...

quasi 11 anni fa | 2 | 46 risolutori

Risolto


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...

quasi 11 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

quasi 11 anni fa

Risolto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

quasi 11 anni fa

Risolto


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, ....

oltre 12 anni fa

Risolto


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...

oltre 12 anni fa

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...

oltre 12 anni fa | 2 | 9 risolutori

Carica altro