photo

matal


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Newbie Matlabb'er
Professional Interests: Quantitative Finance

Statistica

MATLAB Answers

9 Domande
2 Risposte

RANK
6.311
of 300.799

REPUTAZIONE
7

CONTRIBUTI
9 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
6

RANK
 of 21.092

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.134

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


copy-on-write, performance, and code readability
I use a global, multi-level nested struct() to hold a lot of data. For example, I have: global DATA; DATA.US.AAPL.date =...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Performance tuning - finding CPU time
Hi - I have a Matlab function (my code) that takes about 1.5ms to run most of the time, but every once in a while spikes up ...

oltre 12 anni fa | 3 risposte | 1

3

risposte

Domanda


working with mwArray in C++: How to extend it...
I am working with mwArray's in C++. I have created an empty cellarray as follows: mwArray r(mxCELL_CLASS); Now I would l...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Calling Matlab from C++: How to pass in no arguments in varargin?
Looks like this is not possible: <http://www.mathworks.com/help/compiler/matlab-compiler-generated-interface-functions.html> ...

oltre 12 anni fa | 1

| accettato

Domanda


Calling Matlab from C++: How to pass in no arguments in varargin?
I am compiling Matlab .m functions using Matlab compiler into libraries callable from C++. The particular function I am working ...

oltre 12 anni fa | 2 risposte | 1

2

risposte

Risposto
Data structure for mixed-type arrays - cellarray, dataset, structarray, struct of arrays, or other?
Thought I would post some of my thoughts after looking at this problem a bit more. I don't see an efficient data structure in...

oltre 12 anni fa | 0

Domanda


Data structure for mixed-type arrays - cellarray, dataset, structarray, struct of arrays, or other?
I need to process large amounts of tabular data of mixed type - strings and doubles. A standard problem, I would think. What is ...

oltre 12 anni fa | 3 risposte | 2

3

risposte

Domanda


save v7 vs v7.3 - compression is in which one?
Matlab version: 7.11.0.584 (R2010b) I have a dataset ~68MB in size. Name Size Bytes Class ...

quasi 13 anni fa | 1 risposta | 1

1

risposta

Domanda


Can I use R2011a Econometrics toolbox with R2010b Matlab installation?
As the title says - I need to use some functions in the R2011a Econometrics toolbox. My current installation is R2010b and I don...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Newbie question - capturing mutliple return from a function into an array
A function f() returns 2 numbers. So, I typically call it like this: [x,y] = f(<inputs>) Now I want to multiply the output...

oltre 14 anni fa | 1 risposta | 0

1

risposta

Domanda


Newbie question - converting a vector into a cellarray of vectors
I have a vector X and want a cell array C containing N copies of that vector. How do I do that? Here is how I am doing it now...

oltre 14 anni fa | 2 risposte | 0

2

risposte