Statistik
RANG
12.533
of 297.016
REPUTATION
4
ANTWORTZUSTIMMUNG
70.0%
ERHALTENE STIMMEN
3
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 12 Jahre vor | 0 Antworten | 2
0
AntwortenFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortSetting 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...
fast 13 Jahre vor | 1
| akzeptiert
Frage
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...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 13 Jahre vor | 1 Antwort | 0