![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1662185_1522087764147_DEF.jpg)
matal
Followers: 0 Following: 0
Newbie Matlabb'er
Professional Interests: Quantitative Finance
Estadística
9 Preguntas
2 Respuestas
CLASIFICACIÓN
6.302
of 297.046
REPUTACIÓN
7
CONTRIBUCIONES
9 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 =...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 11 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaCalling 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> ...
más de 11 años hace | 1
| aceptada
Pregunta
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 ...
más de 11 años hace | 2 respuestas | 1
2
respuestasData 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...
casi 12 años hace | 0
Pregunta
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 ...
casi 12 años hace | 3 respuestas | 2
3
respuestasPregunta
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 ...
casi 12 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 2 respuestas | 0