Rank: 104491 based on 0 downloads (last 30 days) and 0 file submitted
photo

mklcst mklcst

E-mail
Company/University
Università of Verona

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by mklcst View all
Updated File Comments Rating
04 Oct 2011 Differential Evolution Optimization using the evolutionary algorithm of Differential Evolution. Author: Markus Buehren

Hi, I have to call a variable in the objectfunction, where I have to call it in order to pass it to the function?

25 Aug 2011 Next Combination/Permutation Produces one comb/perm at a time. Both with/without repetition. Author: Matt Fig

sorry there was a useless for. I use this

function [vector] = combine(n,k)
tc = factorial(n)/(factorial(k)*factorial(n-k));
vector = zeros(tc,k);
C = nextchoose(n,k);
for i=1:tc
vector(i,[1:k]) = C();
end

24 Aug 2011 Combinations, n choose k This function finds the combinations of n choose k. Author: Bruce Raine

I really don't understand the purpose of this function.
It's simply a binomial coefficient, it would be better to create the possible combination with and w/o replacement.

21 Jun 2010 Download Google Finance Stock Prices Download historical stock prices from Google Finance in a dataset MATLAB format. Author: Fayssal El Moufatich

:-) very good!

17 Jun 2010 Download Google Finance Stock Prices Download historical stock prices from Google Finance in a dataset MATLAB format. Author: Fayssal El Moufatich

Good Idea, I think you should implement all index components download for a given one!

Top Tags Applied by mklcst
finance
Files Tagged by mklcst
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Jan 2008 Historical Stock Data downloader Used to retrieve historical stock data for a user-specified date range Author: Josiah Renfree analysis, finance, quote prices, historical stock data, modeling, open price 164 37
  • 4.82609
4.8 | 24 ratings

Contact us