photo

Richard Alcock

MathWorks

Last seen: 10 días hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Software Developer Manager at MathWorks, working on https://www.mathworks.com/products/matlab-drive.html

Estadística

All
MATLAB Answers

0 Preguntas
19 Respuestas

Cody

1 Problema
29 Soluciones

ThingSpeak

2 Público Canales

CLASIFICACIÓN
999
of 300.338

REPUTACIÓN
78

CONTRIBUCIONES
0 Preguntas
19 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
22

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
15.236
of 168.149

CONTRIBUCIONES
1 Problema
29 Soluciones

PUNTUACIÓN
355

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
2 Público Canales

EVALUACIÓN MEDIA
30

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Quiz Master
  • Creator
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Failing to install Hardware Support Package without using a GUI
Try using Xvfb to create a temporary display while running the installation command Something like this xvfb-run -a ./Suppor...

más de 3 años hace | 0

Respondida
Run Matlab image from Jenkins pipeline to perform Matlab related operations
Take a look at https://www.mathworks.com/help/matlab/matlab_prog/project-ci-jenkins.html

más de 3 años hace | 0

Canal


Garden Room Temperature

casi 4 años hace

Resuelto


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

casi 8 años hace

Respondida
Install error when installing MATLAB DRIVE
Apologies for not following up quicker - this issue should have been fixed in the June update to MATLAB Drive Connector which yo...

casi 8 años hace | 0

Respondida
Installing Matlab Drive on Linux
You need to run the downloaded .bin file directly from a terminal. For example, if file was downloaded to the |Downloads| direct...

casi 8 años hace | 2

| aceptada

Respondida
Install error when installing MATLAB DRIVE
Hi Hanseul Yun, The MATLAB Drive Connector development team are aware of this issue. We should have a fix for it in a upcomi...

más de 8 años hace | 0

Canal


TemperatureAtHome

más de 9 años hace

Resuelto


This is a palindrome and so am I
A palindrome is a sequence of characters which reads the same backward or forward, for instance 'a man a plan a canal panama'...

alrededor de 10 años hace

Resuelto


Text processing - Help Johnny write a letter home from camp
Johnny overuses the word 'great'. Write a script that will help him with this and future letters. If a sentence contains more ...

más de 11 años hace

Resuelto


2048 Next Move
Given a board in the game 2048 (see the game here: <http://gabrielecirulli.github.io/2048/ 2048>) and a direction ('up','down','...

más de 11 años hace

Respondida
Should I close the matlabpool
The |pool| should notice when the client MCR (or client |MATLAB|) goes away and will effectively be closed at that point - the c...

más de 12 años hace | 0

Respondida
How can I load only a certain range of a data file (.mat)?
Have a look at the <http://www.mathworks.co.uk/help/matlab/ref/matfile.html matfile> function (Introduced in MATLAB R2011b). Th...

más de 12 años hace | 3

| aceptada

Respondida
Deployed applications - Display from within a parfor loop and some other questions
1) The lack of display from inside the *parfor* loop is unfortunately a problem in the R2012b release of Parallel Computing Tool...

casi 13 años hace | 2

| aceptada

Resuelto


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

más de 13 años hace

Resuelto


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a <http://en.wikipedia.org/wiki/Keyboa...

más de 13 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

más de 13 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 13 años hace

Resuelto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

más de 13 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...

más de 13 años hace

Problema


Fizz Buzz
Given an array of positive, non-zero, integers, return a cell array of strings the same size as the input, where each element in...

más de 13 años hace | 0 | 112 solvers

Resuelto


Fizz Buzz
Given an array of positive, non-zero, integers, return a cell array of strings the same size as the input, where each element in...

más de 13 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".

más de 13 años hace

Resuelto


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

más de 13 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...

más de 13 años hace

Resuelto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

más de 13 años hace

Resuelto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

más de 13 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

más de 13 años hace

Resuelto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

más de 13 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 13 años hace

Cargar más