Community Profile

photo

Jos Martin

MathWorks

Last seen: ein Tag vor Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Director Of Engineering - Cloud Integration and Parallel Computing.

alternative link

Statistiken

All
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Kanal


BBH Internal Network

mehr als 2 Jahre vor

Kanal


router-01-external-ping

etwa 3 Jahre vor

Kanal


router-01

etwa 3 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

mehr als 5 Jahre vor

Gelöst


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

mehr als 6 Jahre vor

Gesendet


Port Passing Problem
Monte-carlo and analytic investigation of a random walk process

etwa 7 Jahre vor | 1 Download |

Thumbnail

Gesendet


Hydrogenic Wavefunction Visulization Tool
Visualize hydrogenic wave-functions in 3D and watch animations of atomic state changes

mehr als 7 Jahre vor | 19 Downloads |

Thumbnail

Gesendet


Cluster setup scripts
Shell scripts to easily control a MATLAB distributing computing cluster

mehr als 7 Jahre vor | 1 Download |

Gesendet


Visual Timing Report for Distributed Tasks
Create a visual representation of when and where each task in a distributed computing job executes.

mehr als 7 Jahre vor | 1 Download |

Thumbnail

Gelöst


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

etwa 8 Jahre vor

Kanal


Burwell Router

etwa 8 Jahre vor

Kanal


CurlTest

etwa 8 Jahre vor

Kanal


MATLAB Drive Downloads
Number of downloads of MATLAB Drive from MATLAB Central

etwa 8 Jahre vor

Gelöst


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

mehr als 11 Jahre vor

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

mehr als 11 Jahre vor | 4

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

mehr als 11 Jahre vor | 0

Gelöst


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

etwa 12 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

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

mehr als 13 Jahre vor | 0