![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6008028_1723822029132.png)
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
Statistiques
0 Questions
6 Réponses
RANG
4 368
of 297 046
RÉPUTATION
12
CONTRIBUTIONS
0 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
4
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 2 ans il y a | 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 ...
plus de 2 ans il y a | 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_...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 0
Error in MATLAB COM Automation
You have not passed in your VBA variables a and b to the Matlab COM environment.
environ 10 ans il y a | 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...
environ 10 ans il y a | 3
| A accepté