Luca Gagliardone
Followers: 0 Following: 0
Statistics
RANK
294,010
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Speed up fminbnd using vectorization
What if I create a vector x containing all the possible values for minimization: x = permute(repmat([0:0.01:2]',[1,A,B,C]),...
7 years ago | 0
Question
Speed up fminbnd using vectorization
I am trying to optimize this piece of code. I am using the function fminbnd on a vector, splitting the task on its single entrie...
7 years ago | 3 answers | 0
3
answersArg max without using a loop
Thanks Adam, I see your point. It still seems to me impossible that Matlab does not provide a more direct way without recurr...
7 years ago | 0
Question
Arg max without using a loop
I am looking for a method to reproduce the following without using a loop. The issues come from the fact that the matrices I ...
7 years ago | 2 answers | 0
2
answersQuestion
Compare matrices built with repelem and repmat
I have an array a of size ZxW. Z = 20; W = 30; A = 40; %will be used below size(a) 20 30 Then I apply ...
7 years ago | 1 answer | 0
1
answerQuestion
From kron to repmat and reshape
I am trying to perform the same task following two different methods: Z = 20; W = 30; A = 50; size(a) ans ...
7 years ago | 1 answer | 0