Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 1 answer | 1

1

answer

Question


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

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 8 jaar ago | 0 answers | 0

0

answers

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

meer dan 8 jaar ago | 0

| accepted

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 5 answers | 2

5

answers

Question


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

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer