photo

Jennifer Rebbin

Active since 2022

Followers: 0   Following: 0

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

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
2,858
of 297,738

REPUTATION
20

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20,469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,472

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

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

1 year ago | 1

| accepted

Answered
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 year ago | 1

| accepted

Answered
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 year ago | 1

| accepted

Answered
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 years ago | 1