Statistica
RANK
12.533
of 297.016
REPUTAZIONE
4
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
3
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
Matlab FFT vs MEX FFTW
I recently wrote a simple routine in Matlab that uses an FFT in a for-loop; the FFT dominates the calculations. I wrote the same...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Contourf and NaNs (how to make white regions transparent)
Hello, I'm trying to make a contourf plot but certain areas of the data array have NaNs (only in the data matrix, the x and y me...
circa 12 anni fa | 0 risposte | 2
0
risposteDomanda
Cannot access callbacks in an object after switching directory?
I have a class with uicontrols that have callbacks. If I instantiate the class (which opens up a gui), and then switch to anothe...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
How to prevent a function from returning?
I have a script that executes a function that contains a gui. I'd like for the user to input some data, and when they hit a "clo...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
uigetfile like behavior for new guis
uigetfile basically prevents doing anything before user input is finished (i.e a file is loaded). I was wondering how one could ...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Overlaying data on an image
I have two plots I want to overlay on top of each other as shown in the link below: <<http://i.imgur.com/seFiL.jpg>> The i...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Allocate page locked memory for output array in mex?
Hello, I have something like this: plhs[0] = mxCreateDoubleMatrix(ref_row, ref_col, mxREAL); I would like to know if it...
quasi 13 anni fa | 1 risposta | 0
1
rispostaSetting Matlab thread affinity in Linux
Ok. I found a solution. I used: export GOMP_CPU_AFFINITY=0-63 Instead of OMP_PROC_BIND. This is actually better in my opin...
quasi 13 anni fa | 1
| accettato
Domanda
Setting Matlab thread affinity in Linux
Hello, I was wondering if there is a way to set thread affinity in matlab. Basically, I have a mex file with openmp and if I set...
quasi 13 anni fa | 2 risposte | 0
2
risposteDomanda
Matlab Parfor with shared array?
Is there anyway to share an array between workers like below: A = zeros(10,10) parfor i = 1:10 for j = 1:10 ...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Passing structures through mex
Ok. I have a structure I want to have access to in my mex file (which I'm writing in C). The values are located in a field withi...
circa 13 anni fa | 1 risposta | 0