Statistica
RANK
34.526
of 297.016
REPUTAZIONE
1
CONTRIBUTI
9 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 6 anni fa | 0 risposte | 0
0
risposteWhy 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...
circa 6 anni fa | 0
Domanda
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...
circa 6 anni fa | 3 risposte | 1
3
risposteDomanda
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(...
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 7 anni fa | 1 risposta | 0
1
rispostaWhich 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; ...
quasi 7 anni fa | 0
Domanda
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 ...
oltre 10 anni fa | 1 risposta | 0