photo

Richard Moore


Last seen: 1 día hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: image processing, signal processing, sensor modelling

Estadística

All
File Exchange

11 Archivos

Cody

1 Problema
82 Soluciones

CLASIFICACIÓN
N/A
of 300.365

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
3.564 of 20.933

REPUTACIÓN
431

EVALUACIÓN MEDIA
4.40

CONTRIBUCIONES
11 Archivos

DESCARGAS
11

ALL TIME DESCARGAS
3075

CLASIFICACIÓN
7.612
of 168.262

CONTRIBUCIONES
1 Problema
82 Soluciones

PUNTUACIÓN
915

NÚMERO DE INSIGNIAS
4

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • GitHub Submissions Level 1
  • Personal Best Downloads Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Tiles Challenge Master
  • Commenter
  • Creator
  • Solver

Ver insignias

Feeds

Ver por

Enviada


Economic dynamics in the presence of general automation
A relatively simple state-space model of a 2-sector economy as general-purpose task automation technology is introduced.

6 días hace | 0 descargas |

0.0 / 5
Thumbnail

Enviada


MrXmasDiskGen
MATLAB function to generate custom music box disks

casi 2 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


CityName
Given a latitude and longitude, return the name of the nearest city

más de 9 años hace | 1 descarga |

5.0 / 5

Enviada


saveFigDetails(filename)
Saves calling file's path in a fig field.

alrededor de 10 años hace | 0 descargas |

0.0 / 5
Thumbnail

Enviada


ChordFingering(chord,tuning)
Finds chord fingerings for fretted musical instruments.

casi 11 años hace | 1 descarga |

1.0 / 5

Enviada


SaitisPianoModel.m
finite difference method model of a stiff and lossy piano string

más de 11 años hace | 2 descargas |

5.0 / 5

Enviada


LetItSnow
Your office has no window. You want to see ridiculously large snowflakes. I've solved your problem

casi 12 años hace | 1 descarga |

5.0 / 5
Thumbnail

Resuelto


Solitaire Cipher
Implement the <http://en.wikipedia.org/wiki/Solitaire_(cipher) solitaire cipher>. Since this is from Wikipedia, I am capturin...

más de 12 años hace

Resuelto


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

más de 12 años hace

Resuelto


How long is the longest prime diagonal?
Stanislaw Ulam once observed that if the counting numbers are <http://en.wikipedia.org/wiki/Ulam_spiral arranged in a spiral>, t...

más de 12 años hace

Resuelto


Spot the outlier
All points except for one lie on a line. Which one is the outlier? Example: You are given a list of x-y pairs in a column ...

más de 12 años hace

Resuelto


Find a subset that divides the vector into equal halves
Given a vector x, return the indices to elements that will sum to exactly half of the sum of all elements. Example: Inpu...

más de 12 años hace

Resuelto


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

más de 12 años hace

Resuelto


Flag largest magnitude swings as they occur
You have a phenomenon that produces strictly positive or negative results. delta = [1 -3 4 2 -1 6 -2 -7]; Marching thr...

más de 12 años hace

Resuelto


How many trades represent all the profit?
Given a list of results from trades made: [1 3 -4 2 -1 2 3] We can add them up to see this series of trades made a profit ...

más de 12 años hace

Resuelto


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

más de 12 años hace

Resuelto


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

más de 12 años hace

Resuelto


Choose the best fitting dominoes
You will be given a cell array of nx2 matrices. Choose one row from each matrix. These are the ordered pairs that will be plac...

más de 12 años hace

Resuelto


Find best domino orientation
Given a list of pairs, find the orientation they should be placed in a line, such that the sum of the absolute values of the dif...

más de 12 años hace

Resuelto


Find best placement for ordered dominoes (harder)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

más de 12 años hace

Resuelto


Rotate and display numbered tile
Imagine a square tile with four numbers on it, one on each edge. We will call these edges north, east, south, and west. If th...

más de 12 años hace

Resuelto


Find perfect placement of non-rotating dominoes (easier)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

más de 12 años hace

Resuelto


Stuff the Board
You have a stack of tiles to put onto an array-like playing board. Each tile has a number (always an integer), and the board var...

más de 12 años hace

Resuelto


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

más de 12 años hace

Problema


Cosine frequency doubler
Given an input vector containing a cosine wave of unknown frequency, produce an output vector of the same length containing a co...

más de 12 años hace | 2 | 20 solvers

Resuelto


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

más de 12 años hace

Resuelto


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

más de 12 años hace

Resuelto


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

más de 12 años hace

Resuelto


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

más de 12 años hace

Resuelto


Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...

más de 12 años hace

Cargar más