![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8129650_1522124921543_DEF.jpg)
Luca Gagliardone
Followers: 0 Following: 0
Statistiques
RANG
203 906
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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]),...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesArg 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...
plus de 7 ans il y a | 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 ...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 7 ans il y a | 1 réponse | 0