Community Profile

photo

Distelfink


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
How can I plot attached three interrelated stacked bars and separately style as well as label their partially recurring block components?
Extending dpb's answer below by using the user-written function applyhatch_plusC (along with its extension makehatch_plus, under...

casi 2 años hace | 0

| aceptada

Pregunta


How can I plot attached three interrelated stacked bars and separately style as well as label their partially recurring block components?
Dear all, I would like to visualize three decompositions by creating a graph with three stacked bar plots. I attach a schematic...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to 1:1 map axis entries in a simple plot to another vector?
Dear matlab forum, Please consider the following case: v=1:10; plot(1:10,v(1,:)) I would like to 1:1 map the entries on the ...

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

1

respuesta

Pregunta


Creating a text file giving all unique parameter values I have looped over in nested loops
Dear matlab forum, I am running a model and trying out various parameter specifications using nested loops. Something like thi...

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

1

respuesta

Pregunta


Mapping non-integer values of matrix to another matrix via mapping table
Dear all, I would like to do a mapping operation as in this thread, only with real numbers and not integers. To illustrate, sup...

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

1

respuesta

Pregunta


How to find the column index of the first nonzero element for every row of a given matrix
Dear all, I have the following matrix A=[1 1 1 1; 0 1 1 1; 0 0 0 1; 0 0 1 1; 0 1 1 1] and I would like to get an output vecto...

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

1

respuesta

Pregunta


How do I find the indices of nonzero elements for a matrix of logical vectors?
For example, I have the following matrix with logical vectors as rows: A=[1 0 0 0; 0 0 1 0; 0 0 0 1] I would like to get a vec...

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

2

respuestas

Pregunta


Stacking diagonal matrices generated from rows of other matrix
Dear matlab forum, I am pretty new to matlab and would like to do the following. Consider the matrix C. C=magic(4) From the s...

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

5

respuestas

Respondida
How can I create a matrix from a vector with the vector indices given in a matrix, without using a loop?
The easiest way to go is the command hankel(v(2:6)). See the answer I received in this thread

alrededor de 2 años hace | 0

| aceptada

Pregunta


How can I create a matrix with diagonal structure that is neither upper nor lower triangular matrix?
Hello everyone, I would like to create a matrix of the following structure on a large scale: B=[2 3 4 5 6; 3 4 5 6 0; 4 5 6 0 ...

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

1

respuesta

Pregunta


How can I create a matrix from a vector with the vector indices given in a matrix, without using a loop?
Dear all, I have a (1x6) vector v and would like to create a (5x5) matrix A from the vector entries of v. Another (5x5) matrix...

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

2

respuestas