photo

Justin


Last seen: environ 4 ans il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
1 Réponse

RANG
12 558
of 300 343

RÉPUTATION
4

CONTRIBUTIONS
10 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
70.0%

VOTES REÇUS
3

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 13 ans il y a | 1 réponse | 2

0

réponse

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Setting 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...

plus de 13 ans il y a | 1

| A accepté

Question


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

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 14 ans il y a | 1 réponse | 0

1

réponse