photo

Sahil Jain


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
66,411
of 300,871

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
10.0%

VOTES RECEIVED
0

RANK
 of 21,100

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,460

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

1

answer

Question


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 ago | 2 answers | 0

2

answers