Pregunta


GPU memory tracking and out-of-memory estimation
Hello, So I am using GPU computing to vastly speed up some of my computations, but keep running into "out-of-memory" errors. I...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract elements along one dimension in an n-d array based on an arbitrary criterion.
As an example, let's say that I had some 3-D array. A = 2*rand(100,100,10) -1; % random 100x100x10 array [-1, 1] And I w...

más de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Parallel matrix operations on GPU using arrayfun: why is it slower than looping, and/or is there a better method for coding this?
I have been attempting to parralelize a stack of matrix operations performed to the same root matrix on a GPU. A MWE is included...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to imwrite ONLY the cdata portion of a figure
I am attempting to save a series of images (a gif in this case) for use in a powerpoint presentation. I do not want the x-axis, ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Maintaining data cursor on axes on multiple tabs (tabPanel)
I am currently building UIs using the GUI layout toolbox. I have multiple ways of visualizing data, so I currently place a serie...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Writing custom classes and hdf5
I am currently building custom class containers for a complicated data set. I am using *classdef* to define properties and metho...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Respondida
Programmatic UI Toolbar Issues/Questions: rotate3d does not refresh until un-clicked + others
Ok, so I have a kludged together solution that I am going with for now. If anyone else has a better idea, please let me know. ...

casi 8 años hace | 0

| aceptada

Pregunta


Programmatic UI Toolbar Issues/Questions: rotate3d does not refresh until un-clicked + others
I am including my MWE below (requires GUI layout toolbox). I have a programmatic UI that will do a scatter3 plot in one section....

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Multiple tabbed editor windows
I believe this functionality existed in previous versions (2015b currently), but I cannot for the life of me figure out how to h...

casi 8 años hace | 5 respuestas | 2

5

respuestas

Pregunta


Parallel looped interp1 on GPU
I have a set of data where I am interpolating each row onto a different 2-D grid using interp1. I have been using gpuArray to ru...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


[interp2] Different interpolation methods in each dimension.
I am looking for a way to use interp2 where for speed the interpolation method is different in each dimension. E.g. spline inter...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta