Community Profile

photo

dleal


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 3
  • Thankful Level 2
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


why is acumarray much slower calculating means than sum?
Hi all, why is acumarray much slower calculating means than sum? I understand averages are slightly more complex, but I woul...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Respondida
how can I change a n*1 matrix to a n*6 matrix with a condition based on column value?
If you have the Statistics and Machine Learning Toolbox you can do use dummyvar: A = [1,1,2,4,4, 5,6]'; >> dummyvar(A) an...

más de 1 año hace | 0

| aceptada

Pregunta


access array multiple times and calculate some value
Hi all, I would like to know if there's a faster way that using a foor loop for this: a = rng(99); A = randn(1,100); B = [20 ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


list comprehension in MATLAB using Python interface
Hi all, using MATLAB's Python interface, is there a way to do a list comprehension in MATLAB? Sample problem python list compr...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


long integers in matlab
Hi all, how can we do (simple) operations in Matlab with integers that exceed intmax("uint64")? I am aware that in Python thi...

casi 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


create static method in app designer
Hi all, How do I create static methods in the App Designer? The dropdown menu only allows me to create either public or privat...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


python environment mysteriously loads by itself?
The title of this post summarizes the issue. I am slighty confused why Python loads without my explicit permission. I am workin...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


proper use of DataQueue and PollableDataQueue inside of App Designer class?
Hi all, I am aware there are some limitations for the usage of Parallel Computing Toolbox inside of App Designer. How could I s...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


iteratively plot in multiple figures with subplots
Hi all, I want to create 2 figures, each with 2 embedded subplots. Then, I would like to alternatively add points to each of t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Updating plot in loop takes increasing amount of time
When I update a plot within a loop, each iteration takes longer after a while. Is there a way to avoid the slowdown? See example...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


dsp.MatFileReader HDF5 library encountered an error
Hi all, I am getting this error with MatFileReader which I don't know how to fix. The function below simply reads a mat file wit...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


streaming real-time financial data in MATLAB
Hi all, I would like some guidance as to how to frame the following streaming problem in MATLAB. I am currently trying to stream...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


access elements of vector within struct
Hi all, I want to update the values of a vector, within a struct, recursively, in a for loop. In particular, I am receiving rea...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


accumulate values in aftereach function
Hi all, I would like to accumulate values that I collect in real time from a function that runs in the background. For exam...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Assign different resources to different processes running in background
Hi all, I am trying to set up two independent processes running in the background. The first process would generate data (genDa...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change table variable type
Hello, I am trying to change all variables in a table from int64 to double. I know I should use the "double" function, but for ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


MATLAB PollableDataQueue get last value
Is it possible to make the a MATLAB PollableDataQueue last-in-first-out (LIFO) instead of first-in-first-out (FIFO)? Alternative...

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

1

respuesta

Pregunta


pass Python object as argument to function in "parfeval"
I am trying to pass one Python object as an argument to a function that I am evaluating in the background with parfeval. The Pyt...

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

1

respuesta

Resuelto


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

más de 2 años hace

Resuelto


find the answer

más de 2 años hace

Pregunta


Matlab Github integration on 2021a "incorrect username and password"
I am following this MATLAB Youtube video on how to use source control in matlab on Github https://www.youtube.com/watch?v=O7A27...

más de 2 años hace | 1 respuesta | 4

1

respuesta

Pregunta


don't understand "training" method in cvpartition class
the "cvpartition" class in the statistics and machine learning toolbox as the following method: function trainIndices = train...

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

1

respuesta

Resuelto


Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...

más de 2 años hace