Statistiques
RANG
34 526
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
How to use two data unit length in the plot function?
I want to use two data unit length in the x axis for the function plot. For example, the x vlaues of my data is x=[0:0.1:1 2:1...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate local running total in a updating loop?
I have a variable A in a time updating loop, A is updated by a functoin f to another value: While t<=T A=A+f(B); end Now, Co...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to Sum the N newest data
Hi, Say I have a code to simulate the time evolution of a very large 3D array E (the electric field), for instantce in finite-d...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
parfor with knnsearch, why is so slow?
The matlab built-in function knnsearch uses kdtree method to find K nearest neighbors, it is very optimized. However I want to f...
presque 6 ans il y a | 1 réponse | 0
0
réponseWhy is gpuArray\knnsearch so slow?
Hi, the gpu version of knnsearch seems to use brute force method. you can check this by inputing a very large points cloud so th...
presque 6 ans il y a | 0
Question
Any GPU implementation of k-nearest neighbor search?
Hi, I am developing a SPH (smoothed particle hydrodynamic) code of solving fluid equations in Matlab. I have successfully vector...
presque 6 ans il y a | 3 réponses | 1
3
réponsesQuestion
GPU arrayfun is so slow, what is going on?
Hi, I am trying to understand what the GPU arrayfun is doing? The following is a test code. clear;clc;close all gd=gpuDevice(...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
how can I output different array size than input by GPU arrayfun?
I am doing particle simulations using matlab. So I have very large data sets which is the position of each particles, for exampl...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to improve matrix indexing efficiency or avoid indexing in Finite difference?
Hi all, I am trying to optimize the performance of a FDTD (Finite-differnce-time-domain) code implemented in Matlab. As you m...
plus de 6 ans il y a | 1 réponse | 0
1
réponseWhich MATLAB operations/functions need speeding up?
Matrix indexing needs speeding up. For a very simple example, if I run this: clear; clc; close all; N1=100; ...
plus de 6 ans il y a | 0
Question
3D gpuArray, length of each dimension has influence on speed?
Hi, I am doing 3D-FDTD simulations using gpuArray. example 1: grid size: 32.000000 X 289.000000 X 289.000000, this means ...
plus de 10 ans il y a | 1 réponse | 0