Community Profile

photo

Elizabeth Yeap


Last seen: alrededor de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Correlation using for loop
Dear all, I have 2 matrices, M_ET [3700 12] and M_Compiled [7400 12]. Using a for loop, I want to do the following: Correlate ...

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

1

respuesta

Pregunta


Get a new matrix from another matrix through loop
Dear all, I want to obtain matrix D_GW from D_AQ where: D_GW = [a b c; d e f]; D_AQ = [(b-a) (c-b); (e-d) (f-e)]; To do thi...

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

1

respuesta

Resuelto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

más de 3 años hace

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

más de 3 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 3 años hace

Pregunta


Correlating through specific rows in matrix
Dear all, I want to correlate a 100*6 matrix against the respective 100*6 in a 1700*6 matrix. How do I go increasing the count...

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

1

respuesta

Pregunta


Incorrect values using ytickformat
Dear all, I would like to reduce the number of dcp for my right y axis. However, when using ytickformat, instead of reducing th...

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

1

respuesta

Pregunta


Correlate through each matrix row
Hello, I have the following matrix double_new_WB_prop = [12 74000]. What I want to do is; Correlate a specific row with 3700 ...

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

1

respuesta

Pregunta


Plot same data set on two different y axis scales
NOTE: Question has been updated. Hello all, I want to plot a matrix (37 x 10) represented by sum_ET10 with 2 different y axis...

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

1

respuesta

Pregunta


Solve matrix reshape error
Hello, I have a 6 x 1200 matrix. For each row, I want to sum columns 1:600 and 601:1200 using the code below. sum_dGwdt_gwd ...

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

1

respuesta

Pregunta


FOR loop through multiple datasets
Hello, I want to create a for loop that will sum specific columns of a single row of a matrix in a dataset. I then want to rep...

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

1

respuesta

Pregunta


Checking a specific column in a matrix with a specific row,column in another matrix
Greetings, I want to check an (entire column) of B with a specific (row,column) in A and then extract values in B that are lowe...

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

1

respuesta