photo

Cel Kulasekaran


Windham Capital Management

Last seen: 約1ヶ月 前 2015 年からアクティブ

Followers: 0   Following: 0

Quant, Squash player, Musician, Iron Maiden trooper, Father, and Husband.

Programming Languages:
Python, C++, C#, MATLAB, SQL, HTML, CSS, Fortran
Spoken Languages:
English
Professional Interests:
Mathematics and Optimization, Computational Finance, Portfolio Optimization and Asset Allocation

統計

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

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...

2年以上 前 | 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 ...

2年以上 前 | 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_...

2年以上 前 | 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...

2年以上 前 | 0

回答済み
Error in MATLAB COM Automation
You have not passed in your VBA variables a and b to the Matlab COM environment.

約10年 前 | 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...

約10年 前 | 3

| 採用済み