Community Profile

photo

Michal Szkup


Last seen: 7일 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review

배지 보기

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년 전 | 0

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 1

1

답변

질문


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. ...

3년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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년 전 | 답변 수: 1 | 1

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Speeding 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년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변