photo

Jan


Last seen: mehr als ein Jahr vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

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

Programming Languages:
Python, Java, MATLAB

Statistik

All
MATLAB Answers

5 Fragen
5 Antworten

Cody

0 Probleme
165 Lösungen

RANG
4.020
of 300.379

REPUTATION
13

BEITRÄGE
5 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
5

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
1.507
of 168.299

BEITRÄGE
0 Probleme
165 Lösungen

PUNKTESTAND
1.714

ANZAHL DER ABZEICHEN
3

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 2 Jahre vor | 0

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

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

fast 9 Jahre vor | 4

Frage


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

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 11 Jahre vor | 1 Antwort | 1

1

Antwort

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

fast 11 Jahre vor | 0

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

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

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

etwa 14 Jahre vor | 0

| akzeptiert

Frage


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

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort