Michal Szkup
Followers: 0 Following: 0
Statistics
RANK
13,565
of 295,448
REPUTATION
3
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
3
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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 ...
1 year ago | 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...
1 year ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 1
1
answerQuestion
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. ...
4 years ago | 2 answers | 1
2
answersQuestion
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...
4 years ago | 1 answer | 1
1
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersSpeeding 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...
4 years ago | 0
| accepted
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. ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 0 answers | 0