![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6869530_1523732262718_DEF.jpg)
Alessandro D
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
19.129
of 297.016
REPUTAZIONE
2
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
90.0%
VOTI RICEVUTI
2
RANK
of 157.725
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
Domanda
Improve speed of linear interpolation in nested loops
I have to do 1-dimensional linear interpolation many times within 4 nested loops. My X-grid is sorted so I can use interp1q but ...
oltre 2 anni fa | 1 risposta | 1
1
rispostaDomanda
vectorize nested loops interpolation
I have two nested loops and inside the inner loop I use linear interpolation in one dimension. I would like to vectorize the inn...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Save figures in png format
In order to save a plot in png format I use the following: print(fullfile(FigDir,'firmSize'),FormatFig) where FormatFig='-dpng...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab JIT engine nested loops data type
In the textbook "Matlab programming for engineers" by S.Chapman (4th edition) it is stated that (see pp. 165-166) The JIT compi...
oltre 3 anni fa | 1 risposta | 1
1
rispostaDomanda
Create table from structure - alignment
I have a structure with scalar fields, say mom, and I would like to display the values of the structure on the screen in aligned...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
Optimize the ordering of nested loop for speed
Suppose I have the following code. Will it be faster version 1 or version 2? What changes is the ordering of the two nested loop...
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
call function - slow
Dear users, I am struggling with optimizing the code for a project of mine and I am following the suggested practice of breaking...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
how to search an ordered array/ find bracket
I am trying to write a fast procedure to locate the position of an element in a sorted array. Specifically the function should t...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
fzero - how to set maximum number of iterations
Dear users, I am using fzero to find the root of a nonlinear function. I call the routine as x = fzero(fun,x0,options) ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Functions vs scripts: speed
Dear all, The structure of my code is the following: **** VERSION A************** output = fun1(inputs) Piece ...
oltre 6 anni fa | 2 risposte | 0