photo

Jennifer Rebbin

2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her

통계

MATLAB Answers

0 질문
4 답변

순위
2,850
of 297,503

평판
20

참여
0 질문
4 답변

답변 채택
0.00%

획득한 표
4

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Interpolating missing values
Starting in R2023b, you can fill missing entries in 2-D data using the fillmissing2 function.

1년 초과 전 | 1

| 수락됨

답변 있음
Smoothing a 2d matrix (DEM)
Starting in R2023b, you can smooth noisy data in two dimensions by using the smoothdata2 function. As of R2023b, the supported s...

1년 초과 전 | 1

| 수락됨

답변 있음
how do i change a matrix dimension from MxN to 100xN?
Starting in R2023b, you can use the paddata function to pad data by adding elements. For example, specify the size of the padded...

1년 초과 전 | 1

| 수락됨

답변 있음
Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]
If you're using release R2018a or later, use the normalize function. Here is an example of normalizing by the 2-norm, where U is...

2년 초과 전 | 1