![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8129650_1522124921543_DEF.jpg)
Luca Gagliardone
Followers: 0 Following: 0
Statistica
RANK
203.936
of 297.046
REPUTAZIONE
0
CONTRIBUTI
4 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 157.776
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
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]),...
oltre 7 anni fa | 0
Domanda
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...
oltre 7 anni fa | 3 risposte | 0
3
risposteArg 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...
oltre 7 anni fa | 0
Domanda
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 ...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 7 anni fa | 1 risposta | 0