photo

Jennifer Rebbin

自 2022 起处于活动状态

Followers: 0   Following: 0

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

统计学

MATLAB Answers

0 个提问
5 个回答

排名
2,686
of 300,429

声誉
22

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to set up an approximately equal conditional statement?
Starting in R2024b, you can use the isapprox function to determine if two input arrays are approximately equal. Specify the maxi...

4 months 前 | 0

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

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

3 years 前 | 1