![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5721030_1546982852048_DEF.jpg)
Adam Shaw
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
13 712
of 297 016
RÉPUTATION
3
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
55.56%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Vectorizing 2D DFT for only select region of the output
I am trying to take a Fourier transform of an input 2d waveform, where I only care about the intensity of the output in a specif...
27 jours il y a | 1 réponse | 0
1
réponseQuestion
Improve GPU utilization during regression deep learning
I'm having trouble improving GPU utilization on, I think, a fairly straightforward deep learning example, and wonder if there is...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Efficient construction of positive and negative matrix
I am trying to efficiently constuct a vector along the lines of the following paradigmatic code: % Setup N = 20; B = de2bi((1...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Efficient multiplication by large structured matrix of ones and zeros
I am trying to do a relatively simple operation, with a prototypical example: N = 20; B = de2bi((1:2^N)-1,N); c = rand(2^N,...
plus de 2 ans il y a | 2 réponses | 1
2
réponsesQuestion
Running parfor on SLURM limits cores to 1
Hello, I'm trying to run some parallelized code (through parfor) on a university high performance cluster. In order to make sure...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
MATLAB freezes when running code blocks
I've been experiencing problems with a MATLAB installation on a new computer. I am running R2021B on Windows 10 Pro (results fro...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding neighbors in pages of very large 3D matrix
Hello, Given a 3D tensor, the pages of which are 2D matrices composed of 1s and 0s, I'm looking to find an effiicient method fo...
environ 3 ans il y a | 2 réponses | 1
2
réponsesQuestion
Fast vector reshaping/permutation
I'm trying to optimize a very specific vector operation, namely taking a large (2^20 x 1) vector, reshaping it, permuting the in...
plus de 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
Vectorizing nonlinear matrix operation on many small matrices
I am trying to optimize the following generic matrix operation: m = 3; % small number in general n = 2^20; % large power of 2 ...
environ 4 ans il y a | 1 réponse | 1