Wouter
Followers: 0 Following: 0
Estadística
8 Preguntas
3 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
39.601
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
121.108
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to compute efficiently A^(-1)*(1-exp(-A*h))?
I'm experimenting with exponential integrators for ODEs and SDEs, and try to avoid the built-in matlab solvers. As defined here,...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the origin of this bus error?
I had been running some monte-carlo simulations on a cluster node (Linux) for over a week using parfor, when a crash happened at...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Max size for efficient vectorization?
As far as I understand, vectorization can highly optimize code, because of its parallelization properties. As you have for e...
más de 5 años hace | 1 respuesta | 0
1
respuestaResuelto
Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...
casi 6 años hace
Pregunta
How to normalize a histogram2 along one dimension?
I have a large set of datapoints, say in vectors X and Y containing the real variables x and y. To study the dependency of these...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Batch seems to produce insane overhead?
I am running different, independent, simulations F1,F2,F3,F4 on the same parameters (from which I each require the first three o...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
histogram2 vs pcolor: on making the coloring of the former one smooth
When making a 2d graph using pcolor() or a surface plot with surf(), MATLAB evaluates the function on a grid and gives each piec...
más de 7 años hace | 0 respuestas | 0
0
respuestasConstructing class objects within a parfor loop?
As inspired by Matt J's answer, everything seems to work when first constructing the objects in an ordinary for-loop and only la...
más de 7 años hace | 0
| aceptada
How to write a circulant matrix , where the elements are matrices? Thanks!
Suppose the inner matrices have size Nin and the outer matrix size Nout for n=1:Nout for m=1:Nout [qn,rn]=quorem(n,Ni...
más de 7 años hace | 0
Pregunta
Constructing class objects within a parfor loop?
So I build a class called 'realization', from which working with individual objects works fine. Now, from a script, stored in t...
más de 7 años hace | 2 respuestas | 1
2
respuestasprevent figures from closing when running new script
Ok, I had a close all command at the beginning of my script, removing that solved the issue
más de 7 años hace | 0
| aceptada
Pregunta
prevent figures from closing when running new script
My proplem is simple: I have two different scripts, representing two different approaches to the same physical problem, each...
más de 7 años hace | 1 respuesta | 0