photo

Ben Tordoff

MathWorks

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

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
23 Respuestas

File Exchange

13 Archivos

Cody

0 Problemas
4 Soluciones

CLASIFICACIÓN
802
of 300.364

REPUTACIÓN
98

CONTRIBUCIONES
0 Preguntas
23 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
21

CLASIFICACIÓN
114 of 20.934

REPUTACIÓN
9.989

EVALUACIÓN MEDIA
4.80

CONTRIBUCIONES
13 Archivos

DESCARGAS
99

ALL TIME DESCARGAS
85241

CLASIFICACIÓN
62.052
of 168.407

CONTRIBUCIONES
0 Problemas
4 Soluciones

PUNTUACIÓN
50

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 3
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Enviada


CPU Info
MATLAB utility for returning information about your processor and memory.

25 días hace | 15 descargas |

4.8 / 5
Thumbnail

Enviada


RNGMultiThreading
Quickly benchmark how different Random Number Generators perform on this computer as the number of available computation threads...

alrededor de 2 meses hace | 25 descargas |

0.0 / 5
Thumbnail

Enviada


CompareRNG
Quickly benchmark how different Random Number Generators perform on this computer.

alrededor de 2 meses hace | 2 descargas |

0.0 / 5
Thumbnail

Enviada


multiWaitbar
A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more.

4 meses hace | 15 descargas |

4.8 / 5
Thumbnail

Resuelto


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

más de 4 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 4 años hace

Enviada


GPU Fractal Explorer
View and investigate various fractals using MATLAB and an NVIDIA GPU

más de 4 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


GPU Julia Set Explorer
Explore the Julia Set of the Mandelbrot Set using MATLAB and a capable GPU.

más de 4 años hace | 9 descargas |

4.5 / 5
Thumbnail

Enviada


A GPU Mandelbrot Set
Explore the Mandelbrot Set using MATLAB and a GPU.

casi 5 años hace | 8 descargas |

4.6 / 5
Thumbnail

Enviada


SplashScreen
Show a splash-screen during MATLAB application start-up.

alrededor de 9 años hace | 6 descargas |

4.6 / 5
Thumbnail

Enviada


rotateXLabels( ax, angle, varargin )
Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc

alrededor de 9 años hace | 3 descargas |

4.7 / 5
Thumbnail

Enviada


3D Pie Charts With a Touch of Style
3D pie charts with smooth surfaces, lighting and shadows for a more visually appealing appearance.

alrededor de 9 años hace | 2 descargas |

4.9 / 5
Thumbnail

Enviada


GUI Layout Toolbox
Layout management objects for MATLAB GUIs

alrededor de 9 años hace | 10 descargas |

4.9 / 5
Thumbnail

Enviada


taskMap: show your distributed computing tasks
charts completed and running tasks for a distributed computing job for each worker

alrededor de 9 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Carving a Dinosaur
This is a demo of reconstructing a 3D shape from multiple images using space-carving.

alrededor de 9 años hace | 1 descarga |

4.90909 / 5
Thumbnail

Respondida
Could I use Convolutional Neural Network in Neural Network toolbox with GPU card of capabilty less than 3.0
Hi Serghei, I'm afraid the answer is no. Neural Network Toolbox uses NVIDIA's cuDNN library for running Convolutional Neural Net...

más de 9 años hace | 2

| aceptada

Respondida
Why can't MATLAB parse function declarations in CUDA C files containing the "restrict" keyword?
Although __restrict is supported by Visual C++, the NVIDIA CUDA programming guide specifies the use of __restrict_...

más de 11 años hace | 0

| aceptada

Respondida
Matlab GPU processing: Nvidia Quadro vs Geforce
Hi Alex, I don't have access to either of these cards to test, but here's some information that might help you: * The "Com...

casi 12 años hace | 1

Respondida
GPU FFT2 Discrepancies ( Different from CPU based FFT2 )
See the answer(s) to this question: <http://www.mathworks.com/matlabcentral/answers/1032-why-do-some-calculations-like-the-fft...

alrededor de 12 años hace | 1

| aceptada

Respondida
CUDA_ERROR_UNKNOWN when using floats instead of double precision
Thanks for sending the code. I’ve done some initial investigation and it looks like you have an illegal memory access somewhe...

alrededor de 12 años hace | 1

| aceptada

Respondida
Getting NaN when evaluating PTX kernel file
First thing to do to track this down is to clearly specify your inputs and outputs. Inputs should be const. Based on your descri...

más de 12 años hace | 1

| aceptada

Respondida
How to fix error : unrecognized token in Cuda code with nvcc compiler
There are two problems with what you have attempted, one just a typo and the solution to the other will depend on what you are t...

más de 12 años hace | 0

| aceptada

Respondida
getframe issue in for-loop.
Hi Mike, you could try inserting a 'drawnow' just before the 'getframe'. This tells all MATLAB graphics and events to flush. ...

más de 12 años hace | 0

| aceptada

Respondida
Memory leak while using gpuArray in parallel computing toolbox 2013a
Hi Laith, I believe this should be fixed by the following workaround: <http://www.mathworks.com/support/bugreports/954239> ...

más de 12 años hace | 0

Respondida
Matlab 2013a GPU memory leak
Hi Michael, could you read the following bug-report and try the workaround it contains (being careful about the backing-up step!...

más de 12 años hace | 0

| aceptada

Respondida
How to measure GPU memory bandwidth ?
Hi Anterrieu, you might like to have a look at the following article: <http://blogs.mathworks.com/loren/2012/12/14/measuri...

más de 12 años hace | 2

| aceptada

Respondida
CUDA: faster indexing methods than logical for large arrays?
You can sometimes get a speed-up by replacing the logical indexing with some element-wise maths. For example: trian_x = M.*...

más de 12 años hace | 0

| aceptada

Respondida
CUDA Kernels and long vectors
If you want to go down the "x" dimension first, you probably want int const globalBlockIdx = blockIdx.y * gridDim.x + block...

más de 12 años hace | 0

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

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

alrededor de 13 años hace

Cargar más