photo

Jan


Last seen: 3개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

Matlab user since University. Interested in simulations, data handling and visulation.

Programming Languages:
Python, Java, MATLAB

통계학

All
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Community Group Solver
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Excel ActiveX slow and stealing focus
Apparently this is caused by saving to a network drive. I worked around it by first saving the Excel worksheet to a local tempor...

거의 1년 전 | 0

질문


Excel ActiveX slow and stealing focus
For several years now I'm using an activex server to export data to Excel spreadsheets. I recently upgraded to Matlab R2022b and...

대략 1년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Saving an array of images as an 'Image Stack'
According to the matlab documentation you can store multiple images to a single file as follows: imwrite(im1,'myMultipageFi...

7년 초과 전 | 4

질문


Why is there an out of memory error despite memory() stating there is enough?
I have the following code: data(ind) = data(ind) + shift; data(~ind) = data(~ind) - shift; The first line crashes wit...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


Why does adding a specific directory to Matlab path cause the save function to slowdown?
I'm having the following problem: in my application I'm storing a few hundred files. Lately, I notice that the save function has...

9년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
Help in Installing MATLAB2014(32 bit) in Ubuntu14.04(64bit)
There does not seem to be a 32-bit Linux release of that Matlab version (see <http://www.mathworks.com/support/sysreq/release201...

9년 초과 전 | 0

답변 있음
How to determine size of checkbox
To answer my own question: One can use the following code which uses only Matlab routines: dpi = get(0, 'ScreenPixelsPer...

대략 11년 전 | 0

| 수락됨

질문


How to determine size of checkbox
I am having some troubling positioning a checkbox in a UI. I have (programmatically) added a number of rows of checkboxes to a f...

대략 11년 전 | 답변 수: 3 | 0

3

답변

답변 있음
for loop problem
when the line |for i = 1:a:20| is executed it uses the value of a as it is then known, which is probably 1. You will need som...

거의 13년 전 | 0

| 수락됨

질문


Bad performance when setting first column element of a matrix
I have a loop in which I read a lot of data and store it in a matrix, like this: l = numel(c_d); % c_d is data to be stored...

거의 13년 전 | 답변 수: 1 | 0

1

답변