Michal Szkup
Followers: 0 Following: 0
Statistiques
RANG
13 564
of 295 913
RÉPUTATION
3
CONTRIBUTIONS
8 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
3
RANG
of 20 299
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 883
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
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 ...
presque 2 ans il y a | 0
Question
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...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 2 ans il y a | 1 réponse | 1
1
réponseQuestion
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. ...
plus de 4 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 4 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseSpeeding 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...
plus de 4 ans il y a | 0
| A accepté
Question
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. ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0