photo

Tulio


Last seen: 10 Tage vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: finance, derivatives, fixed income, trading

Statistik

All
MATLAB Answers

6 Fragen
3 Antworten

Cody

0 Probleme
9 Lösungen

RANG
19.153
of 300.763

REPUTATION
2

BEITRÄGE
6 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 21.082

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
42.293
of 170.923

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
100

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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); /...

fast 12 Jahre vor | 0

| akzeptiert

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 12 Jahre vor | 0

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

fast 12 Jahre vor | 1

| akzeptiert

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 12 Jahre vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

etwa 12 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 12 Jahre vor

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

etwa 12 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

etwa 12 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 12 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 12 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 12 Jahre vor

Gelöst


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

etwa 12 Jahre vor

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort