Cel Kulasekaran
Windham Capital Management
Followers: 0 Following: 0
Python, C++, C#, MATLAB, SQL, HTML, CSS, Fortran
Spoken Languages:
English
Professional Interests:
Mathematics and Optimization, Computational Finance, Portfolio Optimization and Asset Allocation
Statistica
0 Domande
6 Risposte
RANK
4.408
of 300.364
REPUTAZIONE
12
CONTRIBUTI
0 Domande
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
4
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
circa 3 anni fa | 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 ...
circa 3 anni fa | 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_...
circa 3 anni fa | 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...
circa 3 anni fa | 0
Error in MATLAB COM Automation
You have not passed in your VBA variables a and b to the Matlab COM environment.
oltre 10 anni fa | 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...
quasi 11 anni fa | 3
| accettato


