photo

Jan


Last seen: plus d'un an il y a Actif depuis 2011

Followers: 0   Following: 0

Message

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

Programming Languages:
Python, Java, MATLAB

Statistiques

All
MATLAB Answers

5 Questions
5 Réponses

Cody

0 Problèmes
165 Solutions

RANG
4 038
of 300 847

RÉPUTATION
13

CONTRIBUTIONS
5 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
5

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
1 592
of 171 279

CONTRIBUTIONS
0 Problèmes
165 Solutions

SCORE
1 714

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE 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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 2 ans il y a | 0

Question


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

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

environ 9 ans il y a | 4

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 11 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

| A accepté

Question


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

plus de 12 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
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...

environ 14 ans il y a | 0

| A accepté

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse