
Cel Kulasekaran
Windham Capital Management
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
Statistics
0 Questions
6 Answers
RANK
3,599
of 272,959
REPUTATION
12
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 18,433
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,353
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
4 months ago | 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 ...
4 months ago | 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_...
4 months ago | 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...
4 months ago | 0
Error in MATLAB COM Automation
You have not passed in your VBA variables a and b to the Matlab COM environment.
8 years ago | 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...
8 years ago | 3
| accepted