photo

Sahil Jain


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
66,423
of 300,930

평판
0

참여
10 질문
0 답변

답변 채택
10.0%

획득한 표
0

순위
 of 21,114

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,750

참여
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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have a cell matrix which has 8 columns. The 3rd column contains the data I want to plot on y-axis and the 8th column contains the date time series which I want to plot on the z-axis. How can I plot this?
C= cell matrix with 8 columns I want a plot (x,y) as datetime on x-axis and the data on y-axis

7년 초과 전 | 답변 수: 1 | 0

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년 초과 전 | 답변 수: 2 | 0

2

답변