photo

Eric Sampson


Seagate Technology LLC

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Professional Interests: Signal processing

Statistica

MATLAB Answers

19 Domande
8 Risposte

RANK
1.748
of 299.784

REPUTAZIONE
39

CONTRIBUTI
19 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
68.42%

VOTI RICEVUTI
22

RANK
 of 20.803

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.909

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

  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Dealing with Change Notification Handle issues with M files on network shares - ideas?
Hi all, have any of you come up with solutions (either client or server settings) to the infamous "Warning: Could not get change...

circa 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Multithreaded sparse matrix multiplication?
I believe the sparse matrix code is implemented by a few specialized TMW engineers rather than an external library like BLAS/LAP...

circa 11 anni fa | 0

Risposto
MATLAB R2014b Error on Startup
Try issuing this command (save your original PATH to a .mat file if you care about wanting to be able to recreate it): restor...

circa 11 anni fa | 6

| accettato

Risposto
Where are the mathematics behind scatteredInterpolant documented
If you contact Support and ask very nicely, they might be able to provide information about this... I have vague recollections t...

circa 11 anni fa | 0

Domanda


How to generate square-ish rectangle dimensions for any specified area
Hi all, given an arbitrary positive integer N, how can I calculate two integer factors A and B subject to A*B = N with the restr...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Windows Custom Device Driver Control
Hi Tom, my initial thoughts would be to investigate one of the following: a) write a C/C++ dll API for your driver, and then ...

oltre 11 anni fa | 1

| accettato

Domanda


Fast location of zero crossings with interpolation
Hi all, I've got data that looks like this: clean = sin(1:0.2:2e5); noise = -0.03 + (0.06).*rand(size(clean)); data =...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Risposto
PARFOR behavior sensitive to comments???
Matt, what happens if you create the anonymous function inside the parfor loop? If that helps, but if in actual code you need to...

oltre 11 anni fa | 1

Risposto
Is there a way to make device memory persist between CUDA MEX calls
Matt, see if the methods discussed in the following thread could be adapted for your use: http://www.mathworks.com/matlabcentral...

oltre 11 anni fa | 0

Risposto
Arrayfun scalar expansion (non-uniform output)
Use a for loop instead of arrayfun?

circa 12 anni fa | 0

Domanda


value classes - do you use them? I must be doing something wrong...
So I can't really recall ever creating a value class, all mine seem to be handle classes. Is that the same as your experience? U...

oltre 12 anni fa | 1 risposta | 1

1

risposta

Domanda


How to perform a 'chunked average', similar to a rolling average?
Hi, I don't know what the right terminology is, but I'd like to know if there is a nice vectorized syntax for calculating a 'chu...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Are accumarray/cellfun/arrayfun/etc multithreaded?
As per the subject line, anyone know? If not, could this be done by TMW without a lot of effort?

oltre 12 anni fa | 2 risposte | 2

2

risposte

Domanda


Conditional cumsum - how to create?
This is probably easy, but my brain isn't working today... How can you do the following operation in a vectorized way? I'd th...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Generate a comma-separated list from a numeric array?
Is there a way to generate a comma-separated list from a numeric array without generating a temporary cell array? If not, would ...

oltre 12 anni fa | 1 risposta | 3

1

risposta

Domanda


onCleanup - do different things based on how you entered it.
Hi, I've got a function where we want to run some code if there is an error, or a Ctl-C, but not if the function exits normally....

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Anyone figure out how to send code from FireFox/Chrome to MATLAB for evaluation?
In the MATLAB Help Browser, you can right-click a text selection and choose 'Evaluate Selection' to evaluate it in the MATLAB Co...

oltre 12 anni fa | 2 risposte | 1

2

risposte

Domanda


Do you ever make use of non-uniform arrays of structures?
Loren explained in the following comment on her blog that certain vectorized struct assignment syntax is not currently allowed b...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Using conditional breakpoints to print out value
Hi, I'm interested if it would be possible to use/abuse(?) conditional breakpoints to print out the value of a variable to the c...

oltre 12 anni fa | 3 risposte | 1

3

risposte

Domanda


How to create variability charts?
I'm trying to find a way to recreate <http://www.jmp.com/support/help/images/Comparing_Multiple_Variables_4.png JMP-style variab...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


array of structures to cell array via comma-separated list
Suppose I have the following array of structs: data(1).f1 = 1; data(2).f1 = 2; data(1).f2 = 'foo'; data(2).f2 = 'b...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
conditional array extraction based on control array
If I understand your question correctly, try this: z=y(intersect(x,c));

oltre 12 anni fa | 0

Domanda


Strategies to store/load 'configuration' data
Hi, we often have the need to store/load configuration data, for hundreds of cases. Current practice is to store it in an M-file...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Discussion about Answers & Votes
Hi all, a couple questions/thoughts for the community: 1) Would you like to be able to Accept multiple answers? I think this ...

oltre 12 anni fa | 5 risposte | 4

5

risposte

Domanda


Make dataset arrays part of base MATLAB?
Hi all, I was wondering if anyone else wished that the Statistic Toolbox's dataset arrays were included in base MATLAB. They are...

oltre 12 anni fa | 3 risposte | 2

3

risposte

Domanda


How to create a struct from a cell array of fieldnames and a cell array of values?
How can you take a cell array array of fieldnames and a cell array of values, and convert them into a structure without looping?...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


How to SAVE data to disk in a background thread?
Has anyone figured out a way to run the SAVE command in a background 'thread', so that MATLAB can keep on running code while the...

oltre 12 anni fa | 2 risposte | 0

2

risposte