![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6445363_1536276116531_DEF.jpg)
Michal Szkup
Followers: 0 Following: 0
Statistica
RANK
13.564
of 297.016
REPUTAZIONE
3
CONTRIBUTI
8 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
3
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
Plot matrix with ticks corresponding to the data points
Given the data I have, I initially tried: figure; imagesc(M, 'XData', x, 'YData', y);set(gca,'YDir','normal') This delivered ...
quasi 2 anni fa | 0
Domanda
Plot matrix with ticks corresponding to the data points
I have a matrix, call it M (attached), that contains 0s, 1s, and 2s, that I would like to plot. This matrix is generated using v...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
Modify Tabs in Editor (Matlab 2022a)
I have just installed Matlab 2022a version. Compared to Matlab 2020a version the user interface has changed. I am wondering if s...
oltre 2 anni fa | 1 risposta | 1
1
rispostaDomanda
Loading and saving variables when using parallel toolbox
I am solving a systme of equations using fsolve, where in order to compute those equations I need to solve a recursive problem. ...
oltre 4 anni fa | 2 risposte | 1
2
risposteDomanda
Poor performance of mex file
I am trying to speed up a code using Matlab coder, but the resulting mex code is actually slower than the m-file. The simplified...
quasi 5 anni fa | 1 risposta | 1
1
rispostaDomanda
Any advice on using matlab coder efficiently?
I am trying to learn how to use matlab coder to generate mex functions in order to speed up my codes. I read the documentation...
quasi 5 anni fa | 0 risposte | 0
0
risposteSpeeding up loop for finding index in a large vector
I managed to cut the time by factor of 3 following the method suggested in this answer: Similar example with large matrices Fo...
quasi 5 anni fa | 0
| accettato
Domanda
Speeding up loop for finding index in a large vector
I am trying to speed up the following piece of code. It computes position (i.e., index) of random draws according to the CDF m. ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Vectorize computation of the steady state distribution
I am trying to speed up the following code that computes a steady state distribution of a dynamic system. The idea here is that...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
How do I speed up a loop where I need to check whether elements are less than 0
I am trying to speed-up the following loop. This loop updates a value function v_d given a guess v_ini_exp. All variables are pr...
quasi 5 anni fa | 0 risposte | 0