photo

Hao Zhang


Last seen: 3 meses hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

9 Preguntas
2 Respuestas

CLASIFICACIÓN
34.526
of 297.457

REPUTACIÓN
1

CONTRIBUCIONES
9 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
44.44%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Revival Level 1
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

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

1

respuesta

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

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

alrededor de 6 años hace | 0

Pregunta


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

alrededor de 6 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

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

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Which 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; ...

casi 7 años hace | 0

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta