photo

Peter


Last seen: 5 meses hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

13 Preguntas
3 Respuestas

CLASIFICACIÓN
6.514
of 300.343

REPUTACIÓN
7

CONTRIBUCIONES
13 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
61.54%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

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

  • First Answer
  • Revival Level 1
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
Linkprop not persisting after changing scope
Making sure the hlink object is available outside the scope of your function foo by making it an output argument probably solves...

casi 6 años hace | 1

Respondida
GPU problem CUDA_ERROR_UNKNOWN
Monitoring the GPU performance revealed that most probably the temperature is causing the issue: Slowing down of performance goe...

casi 9 años hace | 1

| aceptada

Respondida
GPU computations slowing down
Monitoring the GPU performance revealed that most probably the temperature is causing the issue: Slowing down of performance g...

casi 9 años hace | 0

| aceptada

Pregunta


GPU computations slowing down
Within a loop, my code carries out some iterative solving procedure on the GPU. With every loop iteration, the time taken by th...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


GPU problem CUDA_ERROR_UNKNOWN
I'm running a matlab simulation code using an iterative matrix equation solver. This solver is called on the GPU every few time ...

casi 9 años hace | 4 respuestas | 0

4

respuestas

Pregunta


'Out of memory on device' error for GPU
When trying to replace a value in an existing large GPU array A, e.g. like this: A(1,1)=rand(1,1,'single') I get the...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Obtain memory usage and class for GPU variable
How can I get the amount of memory space (bytes) and the class (single/double/int) of a GPU variable? 'whos' doens't provide wh...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


find line handles related to legend entries
Before R15 I used to be able to find the handle of an object, referred to in the legend of an existing graph by a certain legend...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to create timeseries object with 3-dimensional Data, 1st (not last) dimension corresponding with Time
i'm trying to run an old piece of code in which a timeseries object is created with Data being a 3-dimensional array whose 1st d...

más de 11 años hace | 1 respuesta | 1

1

respuesta

Pregunta


linear least square optimization method that benefits from good start value?
i'm solving the unconstrained least square problem (min ||Cx -d)||^2 with lsqlin: tic [x] = lsqlin(C,d,[],[],[],[],[],[],[...

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

2

respuestas

Pregunta


round function fails when used in subscript index
i'm puzzled. the following code runs without a problem: x=[1 2 3] x(round(end/2)) but this: x=3; y=round(x/2);...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


surface disappears when zdata is set to 0
for some reason i want to set the zdata of a surface plot object to zero, keeping its color, and setting view point to [0 0 1] (...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to extract elements along specified dimension of array
when e.g. selecting all elements in the 2nd dimension and the first element of all remaining dimensions of an array, for a 3-dim...

más de 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


White lines appear in postscript
When creating a postscript file from a figure in which I plotted a colored surface using surf, straight and diagonal white lines...

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


visualize panel model
hi,I often perform flow calculations with so-called boundary element methods. These make use of 3D panel models describing the s...

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

0

respuestas

Pregunta


how to determine if another instance of matlab is running ?
hi, anyone who can tell me how to determine if another instance of matlab is running? (using a 'trick' right now: automatically ...

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

1

respuesta