photo

Tulio


Last seen: environ 2 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: finance, derivatives, fixed income, trading

Statistiques

All
  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Link a shared library in a dll and call it in VBA
I deployed a code from matlab as a C++ Shared Library. When I run the code as a console application it works perfectly fine. ...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can I vectorize this Nested for loop
I'm trying to vectorize the inner loop but I'm not being able to. for i = 1:NTS U(1) = 0; V(1) = 0; ...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


PCA Eigenvalue correspondence with matrix data
Hi all, How do I know which Eigenvalue corresponds to which Matrix dats columns. For example suppose I have a 3x3 matrix and...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Unbounded Sized Variables Code Genaration
I had a friend that figured it out. // Initialize Cov Matrix emxArray_real_T *Cov = emxCreate_real_T(cols, cols); /...

plus de 10 ans il y a | 0

| A accepté

Question


Unbounded Sized Variables Code Genaration
Recently i tried to use c-shraed library with c#. as you can see here http://www.mathworks.com/matlabcentral/answers/110992-matl...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to convert a 2D matrix to a column vector?
For example a 7x7 matrix; Ncols=7; Nrows=7; c=0; ColVec=zeros(Ncols*Nrows,1); for i=1:Nrows for j=1:Ncols ...

plus de 10 ans il y a | 0

Réponse apportée
Matlab codegen and CLI/CLR class
Making a long story short. After generating the C shared library you add the project.H project.Lib and project.dll as a library ...

plus de 10 ans il y a | 1

| A accepté

Question


Matlab codegen and CLI/CLR class
Hi everyone, I'm trying to add some code generated from Matlab into a a project in C#. So basically the C# code will call a C...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Efficient way to import large date sets
Hi All, For the past couple of month I have been working with Intraday quotes for stocks and futures. I was focusing more on ...

plus de 10 ans il y a | 1 réponse | 0

1

réponse