Community Profile

photo

Jan


Last seen: 2 giorni fa Attivo dal 2011

Followers: 0   Following: 0

Contatto

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

Programming Languages:
Python, Java, MATLAB

Statistiche

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

Visualizza badge

Feeds

Visto da

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

9 mesi fa | 0

Domanda


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

9 mesi fa | 2 risposte | 0

2

risposte

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

oltre 7 anni fa | 4

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 1

1

risposta

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

oltre 9 anni fa | 0

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

quasi 11 anni fa | 0

| accettato

Domanda


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

quasi 11 anni fa | 3 risposte | 0

3

risposte

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

oltre 12 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta