Zoe Zhang
3 Twelve Capital
Followers: 0 Following: 0
Professional Interests: Quant
Estadística
16 Preguntas
2 Respuestas
CLASIFICACIÓN
2.747
of 295.467
REPUTACIÓN
22
CONTRIBUCIONES
16 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
93.75%
VOTOS RECIBIDOS
21
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Retrieve a specific folder in outlook
Hi, First time using outlook COM in Matlab. No id where I did wrong in the following code. Basically I'd like to get a specif...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Add a uicontrol push button in uitable to refresh data
Hi, I am trying to add a push button in the uitable so that I could refresh data in there. I am not sure whether I should ...
más de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
uitable formatting (cell borders, color,comma style)
Hello, Questions on uitable: 1) how to add cell borders on the table(data area)? I tried to use findjobj, but not sure whi...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
sendolmail a cell array?
Does anyone know how to send a variable (cell array) using sendolmail(outlook version of sendmail) or sendmail? So in the ema...
más de 12 años hace | 2 respuestas | 4
2
respuestasPregunta
find/remove 2 consecutive letters from string
Tried the regexp(regexprep) family, still don't know how to get this to work... I have a cell array of strings, some of which...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
setting order and transparency in plotyy
[AX,H1,H2] = plotyy(x1,y1,x2,y2,@plot,@area); So I plot a line and an area in one chart. Sadly, part of my line is covered by...
alrededor de 13 años hace | 3 respuestas | 3
3
respuestasPregunta
Anyone tried function handle of blsprice?
For those who are familiar with blsprice,please kindly ignore the next paragraph. blsprice is in the financial toolbox to pri...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
Random number in a file name, how to automate xlsread?
I would like to automate reading excel files into matlab. And the file name is like: name_21-Sep-2011-12345678.xls So bas...
alrededor de 13 años hace | 1 respuesta | 1
1
respuestaPregunta
Convert char to multiple cells, each cell takes one string
I have a 1*121 char 'Runtime_Cur','Runtime_Prev','Id_Cur','Id_Prev','Description','PNL','PNL_Cur','valuedate_Cur','PNL_Prev','v...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
Replace () with - using regexprep
Hi, I have a cell array of strings look like this, '6,844,828' '(355,537)' '4,208,098' '(150,830...
alrededor de 13 años hace | 1 respuesta | 1
1
respuestaReplace a specific portion of a string
>> ticker = 'SPY US 09/17/11 P118 Equity'; >> position = findstr('/',ticker) position = 10 13 >> ticker(positi...
alrededor de 13 años hace | 0
Pregunta
Replace a specific portion of a string
I have a cell array of strings, 'SPY US 09/17/11 P118 Equity' 'XOM US 08/20/11 P72.5 Equity' 'AAPL US 12/17/11 P375 ...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
Switching functions smartly, like hash map
In stead of using multiple if-else or switch-case, is there a way of switching functions smartly? Take if as an example: ...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasMemory pig?? Problem with kron function
I increased the memory allocated to MATLAB R2011a by using the steps at the following link resolves the issue: http://www.mat...
más de 13 años hace | 1
Pregunta
Memory pig?? Problem with kron function
W = kron(inv_covariance,I); ??? Out of memory. Type HELP MEMORY for your options. Error in ==> kron at 34 K = A(ia,ja)...
más de 13 años hace | 4 respuestas | 1
4
respuestasPregunta
strcat two char arrays, how to remove the space?
I have two char arrays a and b, say a is a 5*14 char var = NKY 08/12/11 C NKY 08/12/11 C NKY 08/12/11 C ...
más de 13 años hace | 3 respuestas | 1
3
respuestasPregunta
matrix manipulation, maybe repmat?
I have a huge matrix, just to make the case simple Say I have a = 1 4 7 10 2 5 8 11 An...
más de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
SOS: xlswrite with cell array
Hello, I don't know why it doesn't work and how to correct it. R1000_Co_ticker is a 135*2 cell array, which looks like: R1...
más de 13 años hace | 1 respuesta | 1