photo

Sahil Jain


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
66,431
of 300,956

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
10.0%

收到投票数
0

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Creating a sequence with repeating numbers
I want to create a sequence as follows: The sequence should have a single column with each number repeated twice (1,1,2,2,3,3,4,...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Year in column 1 and month in column 2
I want to create a time series with year in column 1 (1901-2017) and month in column 2 (1-12 repeated with changing year) 1901 ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Extracting numbers from a filename
I have a filename (data_23.175_75.125) . I want to extract the numbers from this file name and store them in different variable ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Accessing multiple files with variable names
I have 4000 files with variable names based on the latitude and longitude of places (in the form: data_lat_long). I want to impo...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Accessing files with variable names (not following any pattern)
I have 2000 files with variable names based on the latitude and longitude of places (in the form: data_lat_long). I want to impo...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Accesing files with different names
I have 2000 files each with a different name in the pattern: data_23.575_43.475 (i.e. data_number 1_number2) Each file has tim...

7 years 前 | 1 个回答 | 0

1

个回答

提问


I have 10 .txt files. In each of these files I have a column of datetime and another column for data. I want to generate a sequence of datetime for the next 500 months for eahc file
file 1: start date: 05-2010 ; end date: 10-2017 file 2: start date: 07-2006 ; end date: 12-2016 (i want dates for the n...

7 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


I have a matrix which has with some rows and 3 columns. Each element of the matrix is a number. I want to add a new column to this matrix with each entry as a string 'abc'. How can i do that ?
a=[1 4 5 ; 2 5 7]; I want to add a fourth column to my matrix such that each element of the 4th column shou...

7 years 前 | 2 个回答 | 0

2

个回答