Community Profile

photo

Alexander Jensen


Aarhus University

Last seen: 12 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


sparse and gpuArray/sparse errors very odd! (with MWE)
Hi everyone! When I run the following code, in sections, (MATLAB 2019b), I get the errors indicated in the comments, and it is ...

alrededor de 4 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Parfeval - Memory consumption piling up - Clear output data?
Hi everyone! I've been messing around with parfeval for a while now (and I've previously used parfor and spmd to a large exte...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
MATLAB documentation overwriting built-in function!
"Answer" to the proper way to report a documentation error: Contact Us -> Contact Support -> Service Request -> Documentation...

más de 5 años hace | 0

| aceptada

Pregunta


MATLAB documentation overwriting built-in function!
N.B.: Didn't know where to put this, it's not a question but rather a "heads up", and since it's not a "bug" per se I didn't wan...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Dominant arguments and gpuArray
I believe that what ever computation run within the class will choose the function you've defined in your class, however, callin...

más de 5 años hace | 0

Respondida
Use of textscan instead of load in a for loop
I imagine that the reason why it takes a while is due to the lack of preallocation of memory, I would however do like this (I kn...

más de 5 años hace | 0

Respondida
How can I save a filename as a string, not as a char?
Is this what you're looking for? Or am I misunderstanding your question. And why do you need it as a string to manipulate it? ...

más de 5 años hace | 0

Respondida
how to check that difference of two vectors is a multiple of ones in matlab
Is this what you're looking for?: isInt = ~logical(mod(A-B,1)) isInt = 1×4 logical array 0 1 1 1 The l...

más de 5 años hace | 0

Pregunta


How to use ImageDataStore together with tall array?
So I'm trying to work with rather large amounts of data, that'll by no means fit into memory (~10TB of data), even though the co...

más de 5 años hace | 1 respuesta | 0

1

respuesta