photo

pavan kumar


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
3 个回答

排名
153,198
of 297,457

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
What is the procedure to find the Histogram coefficients?
what variance /meansquare will give ?

3 years 前 | 0

已回答
Histogram
What is the procedure to find the Histogram coefficients?

3 years 前 | 0

提问


What is the procedure to find the Histogram coefficients?
What is the procedure to find the Histogram coefficients?

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to remove clutter using Discrete wavelet transform ?
How to remove clutter using Discrete wavelet transform

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to read binary file whose data type is integer
how to read binary file whose data type is integer

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to read raw data- time series, of data type integer
how to read raw data- time series, of data type integer

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to extract TDMS file in matlab ?
i have TDMS file, how to open it in matlab

5 years 前 | 0 个回答 | 0

0

个回答

提问


Unable to perform assignment because the size of the left side is 1-by-10000 and the size of the right side is 1-by-20000. how to solve ??
clearvars;close all;clc; count=0; k=10e3:10e3:100e3; for i=1:1:10 p(count+1,:)=rand(1,k(i)); count=count+1; end

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to sum first 140 elements every time in an (1 * 21000) array
a=rand(1,21000); how to add (1 to 140,141 to 280, 281 to 420........elements up to 20861 to 21000. and totally i have 21000/14...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
Remove Entire Column when a condition is met.
C(:,2)=[] C(:,4)=[] C(:,5)=[]

5 years 前 | 0