Cel Kulasekaran
Windham Capital Management
Followers: 0 Following: 0
Quant, Squash player, Musician, Iron Maiden trooper, Father, and Husband.
Python, C++, C#, MATLAB, SQL, HTML, CSS, Fortran
Spoken Languages:
English
Professional Interests:
Mathematics and Optimization, Computational Finance, Portfolio Optimization and Asset Allocation
Estadística
0 Preguntas
6 Respuestas
CLASIFICACIÓN
4.332
of 295.569
REPUTACIÓN
12
CONTRIBUCIONES
0 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Why does sqlread() not work?
@Alex, Walter is sort of right. If you want to use sqlread with a sqlite connection, you will probably have to establish tha...
alrededor de 2 años hace | 0
Unable to load .dll using load library. I get the error "dll file has different architecture than the host"
What is your localhost architecture? Or rather, what compiler do you have configured in Matlab, x64 or x86, or...? You may have ...
alrededor de 2 años hace | 0
if column 1 is nan, make corresponding number in column2 nan
Re-writing your code, with suggestion: Period = 1:100; F = 201:300; A = [Period', F']; % a random matrix Data = A; percent_...
alrededor de 2 años hace | 1
Access Sub-fields of multiple different-named fields in struct
If you want to access a dynamic structure, s, it must evaluate to a single valid field name. I don't think there is much penalty...
alrededor de 2 años hace | 0
Error in MATLAB COM Automation
You have not passed in your VBA variables a and b to the Matlab COM environment.
casi 10 años hace | 0
How to save an Excel sheet as PDF through MATLAB?
First, set the print area within the workbook itself, then you'll need to call ExportAsFixedFormat on the *worksheet* or *workbo...
casi 10 años hace | 3
| aceptada