Community Profile

photo

Austin Sowers


Con actividad desde 2018

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


Adding neighboring numbers in a cell to another cell
When I encounter a -10 in CA, I want to add the two immediate neighboring numbers from CB to it. If the -10 is on an edge/end, i...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I add numbers in a cell to another cell?
"R" = random number A = {[R R X R]} B = {[R X R X]} How do I add the X's in cell "B" to the X in cell "A?"

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I add certain numbers from one cell to another?
CA = {[5 -10 2],[6 6 8],[0 9 -10 8 -10 3]}; CB = {[4 17 2],[6 6 10],[9 3 4 9 7 6]}; CC = {[1 2 4],[4 2 1],[1 7 3 1 2 2]}; for...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


add to values in a varying size cell array
I would like to add 15 to the values in CB that match up with the -10s in CA. (i.e. 17, 4, and 7) CA = {[-10 2],[6 6 8],[0 9 ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding the locations of non-similar value cells
I have varying in size numeric cells within a cell array that contain random numbers betweem -10 and 200. I have another cell ar...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with cell manipulation
This is complicated for me because I am a novice MATLAB user, but it is important for me to be able to implement this into my co...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Replace all numbers in a cell array that are less than 10 to 10.
I have a cell array that holds mutiple different sized cell arrays inside it. The values are all numbers. I want to replace all ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find max from complex cell
I have a 1x933 cell and within that are 1x484 cells. In each of these 1x484 cells, there is a different size double (for example...

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

1

respuesta

Pregunta


How do I transpose a vector within a cell?
I have a 1x5 cell each containing 4000 points of data. The 4000 points of data fill the columns, Id like to have each 1x4000 tur...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to fill the remaining "N" number of rows, of an already populated vector, with zeros
It may be confusing, so let me explain. The "GV" data I provided has values in it. It is size (18,001 x 1). I want the to fill t...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to extract complex cell data into a new variable?
I have a variable with 2000 columns. In each of the 2000 columns, there is a 1x13 cell. Within each 1x13 cell, there is a varyin...

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

1

respuesta

Pregunta


Is there a way to store each group iteration of hgiu (line 208) in workspace?
hgiu iterates in groups of 2000 times. I would like to store each group. I think there may be nine groups of 2000 data points. I...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I save each workspace array (hjunc) that iterates in my code?
There is an "hjunc" (line 221) array that iterates 7 times with my data. Each iteration has 2000 data points. I would like to st...

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

1

respuesta

Pregunta


How to create a new data set, from an existing data set, with a different time increment than the original
Suppose you have a very large x, y data set where "x" is time and "y" is some known value. The time increment for "x" is 0.02 se...

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

1

respuesta