photo

Elizabeth Yeap


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
0 답변

Cody

0 문제
3 답안

순위
188,348
of 300,765

평판
0

참여
9 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
78,921
of 170,941

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


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 ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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...

대략 5년 전

문제를 풀었습니다


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...

대략 5년 전

문제를 풀었습니다


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:...

대략 5년 전

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 7년 전 | 답변 수: 1 | 0

1

답변