Cel Kulasekaran - MATLAB Central
photo

Cel Kulasekaran


Windham Capital Management

Last seen: 3 months 前 自 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

统计学

MATLAB AnswersFrom 01/15 to 04/25Use left and right arrows to move selectionFrom 01/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
6 个回答

排名
4,374
of 298,132

声誉
12

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,538

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,453

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

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

10 years 前 | 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 years 前 | 3

| 已接受