![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1141841_1485783375744.jpg)
Jos Martin
MathWorks
Followers: 0 Following: 0
Director Of Engineering - Cloud Integration and Parallel Computing.
Estadística
0 Preguntas
3 Respuestas
4 Archivos
Cody0 Problemas
12 Soluciones
CLASIFICACIÓN
5.280
of 297.016
REPUTACIÓN
8
CONTRIBUCIONES
0 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
1.998 of 20.419
REPUTACIÓN
901
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
4 Archivos
DESCARGAS
14
ALL TIME DESCARGAS
8316
CLASIFICACIÓN
32.183
of 157.725
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
1 Público Canal
EVALUACIÓN MEDIA
15
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
alrededor de 5 años hace
Resuelto
Piecewise linear interpolation
Given an Mx2 vector and a row of M-1 integers, output a two column vector that linearly interpolates Y times between each succes...
alrededor de 6 años hace
Resuelto
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
alrededor de 7 años hace
Enviada
Port Passing Problem
Monte-carlo and analytic investigation of a random walk process
alrededor de 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61285/versions/1/screenshot.jpg)
Enviada
Hydrogenic Wavefunction Visulization Tool
Visualize hydrogenic wave-functions in 3D and watch animations of atomic state changes
más de 8 años hace | 11 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/26218/versions/5/screenshot.png)
Enviada
Cluster setup scripts
Shell scripts to easily control a MATLAB distributing computing cluster
más de 8 años hace | 1 descarga |
Enviada
Visual Timing Report for Distributed Tasks
Create a visual representation of when and where each task in a distributed computing job executes.
más de 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/7751/versions/3/screenshot.png)
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 12 años hace
GPU computing with OS X 10.8 and retina macbook
We believe that the hang you are seeing relates to the CUDA driver recompiling all of the GPU libraries to run on the particular...
más de 12 años hace | 4
Matlab not recognizing cuda driver 5
There appears to be an interaction between "automatic graphics switching" in Mountain Lion and the underlying NVIDIA drivers. Co...
más de 12 años hace | 0
Resuelto
Function composition - harder
Write a function that accepts an arbitrary number of function handles f_1, f_2, ..., f_n and returns the composition h. That is,...
casi 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.
casi 13 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
casi 13 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 13 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 13 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 13 años hace
What is the maximum number of Process Cards can be used for GPU computing with Parallel Computing Toolbox 5.0 (R2010b)?
Each MATLAB or worker can access one GPU at a time. Since the Parallel Computing Toolbox currently ships with 8 local workers, y...
alrededor de 14 años hace | 0