photo

Jos Martin

MathWorks

Last seen: 2 mesi fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Director Of Engineering - Cloud Integration and Parallel Computing.

alternative link

Statistica

All
MATLAB Answers

0 Domande
3 Risposte

File Exchange

4 File

Cody

0 Problemi
12 Soluzioni

ThingSpeak

1 Pubblico Canale

RANK
5.280
of 300.799

REPUTAZIONE
8

CONTRIBUTI
0 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
4

RANK
2.007 of 21.092

REPUTAZIONE
911

VALUTAZIONE MEDIA
4.50

CONTRIBUTI
4 File

DOWNLOAD
16

ALL TIME DOWNLOAD
8412

RANK
35.099
of 171.134

CONTRIBUTI
0 Problemi
12 Soluzioni

PUNTEGGIO
130

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
1 Pubblico Canale

VALUTAZIONE MEDIA
15

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Risolto


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

quasi 6 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

circa 8 anni fa

Inviato


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

quasi 9 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


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

oltre 9 anni fa | 13 download |

5.0 / 5
Thumbnail

Inviato


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

oltre 9 anni fa | 1 download |

0.0 / 5

Inviato


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

oltre 9 anni fa | 1 download |

4.0 / 5
Thumbnail

Risolto


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

oltre 9 anni fa

Canale


CurlTest

quasi 10 anni fa

Risolto


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

circa 13 anni fa

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

oltre 13 anni fa | 4

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

oltre 13 anni fa | 0

Risolto


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

oltre 13 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

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

quasi 15 anni fa | 0