Jan
Followers: 0 Following: 0
Matlab user since University. Interested in simulations, data handling and visulation.
Programming Languages:
Python, Java, MATLAB
Python, Java, MATLAB
統計
All
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...
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...
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...
約8年 前 | 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...
10年弱 前 | 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...
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...
10年弱 前 | 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...
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...
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