photo

Jos Martin

MathWorks

Last seen: 2ヶ月 前 2011 年からアクティブ

Followers: 0   Following: 0

Director Of Engineering - Cloud Integration and Parallel Computing.

alternative link

統計

All
MATLAB Answers

0 質問
3 回答

File Exchange

4 ファイル

Cody

0 問題
12 解答

ThingSpeak

1 パブリック チャネル

ランク
5,280
of 300,863

評判
8

コントリビューション
0 質問
3 回答

回答採用率
0.00%

獲得投票数
4

ランク
2,006 of 21,100

評判
911

平均評価
4.50

コントリビューション
4 ファイル

ダウンロード
6

ALL TIME ダウンロード
8415

ランク
35,138
of 171,413

コントリビューション
0 問題
12 解答

スコア
130

バッジ数
1

コントリビューション
0 投稿

コントリビューション
1 パブリック チャネル

平均評価
15

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


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

6年弱 前

解決済み


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

約7年 前

解決済み


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

約8年 前

送信済み


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

9年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


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

9年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

9年以上 前 | ダウンロード 1 件 |

4.0 / 5
Thumbnail

解決済み


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

10年弱 前

チャネル


CurlTest

10年弱 前

解決済み


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

約13年 前

回答済み
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...

13年以上 前 | 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...

13年以上 前 | 0

解決済み


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

13年以上 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

回答済み
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...

15年弱 前 | 0