Community Profile

photo

Mohammed Yousuf


Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Load mat files matching specific string inclusive of different strings
I have a folder which consist of n number of .mat files, the names of the files are like mentioned below (latest residuals in lo...

2 years ago | 1 answer | 0

1

answer

Question


inserting values in between two successive values in an array
I have an array 10X1 -7.55 -7.62 -7.59 -7.75 -7.78 -7.69 -7.63 -7.69 -7.58 -7.95 Now, i want to insert values in b...

3 years ago | 1 answer | 0

1

answer

Question


creating year, month, day in month, hours in a day and minutes in that hour MATRIX for any year (e.g 2016)
I want to create a matrix of 525600x5 in which i want first column year, second column month in year, third column day in a mont...

3 years ago | 1 answer | 0

1

answer

Question


One dimensional interpolation of a two dimensional matrix
I have a matrix of 24x365, i want to increase it to 1440x365 by interpolating 59 values in between every two values rowwise. be...

3 years ago | 1 answer | 0

1

answer

Question


How to insert a columns of NaNs in between a matrix at multiple places
I have a matrix of 1440X4792 and I want to insert few columns (lets say 1277) of NaNs at different positions say (column positio...

4 years ago | 1 answer | 0

1

answer

Question


Seggregation of one year data day wise (Day of year)
I have a matrix which consist of 10 columns and few thousands of rows ... First column year... Second column Month... Third C...

4 years ago | 0 answers | 0

0

answers

Question


I have time series data of 1 year each day 2880 values row wise so a matrix of 365X2880. I want to do monthly average. January 31 days average one file of one month, so that I can finally get 12 files each of monthly average.
I have time series data of 1 year each day 2880 values row wise so a matrix of 365X2880. I want to do monthly average. January...

4 years ago | 1 answer | 0

1

answer

Question


Reading Multiple script files containing numbers and text, file format is not any specific format
I have 365 files each day one file so the data is of one year. File is not of any fixed format like .dat or .xls or any other fi...

4 years ago | 2 answers | 0

2

answers

Question


I have a matrix of 100x100, and I need to do average of 10 - 10 row values, some are NaN's, those should be excloded, and finally i need 10x100 matrix, plz help
I have a matrix of 100x100, and I need to do average of 10 - 10 row values, some are NaN's, those should be excloded, and finall...

6 years ago | 1 answer | 0

1

answer

Question


I have a 100x100 matrix, i need average of 10-10 row values, so that my matrix become 10x100
I have a 100x100 matrix, i need average of 10-10 row values, so that my matrix become 10x100

6 years ago | 2 answers | 0

2

answers

Question


I have a column vector of some thousands of float values say (2500), i need its composite mean (average) say an average of 100-100 values, so that the vector reduced to 25
I have a column vector of some thousands of float values say (2500), i need its composite mean (average) say an average of 100-1...

7 years ago | 0 answers | 0

0

answers

Question


I have an array 'A' of 100 float numbers, i need an output array of 10 numbers only which is an average of every 10 numbers in the given 'A' array
I have an array 'A' of 100 float numbers, i need an output array of 10 numbers only which is an average of every 10 numbers in t...

7 years ago | 0 answers | 0

0

answers

Question


I have an array of 1000 elements I need to do average of 100 elements so that my new array is of 10 elements...
I have an array of 1000 elements I need to do average of 100 elements so that my new array is of 10 elements...

7 years ago | 1 answer | 0

1

answer

Question


I want to Add different values to all the elements of a column vector succesively.., plz help me out
for example: I have a column vector as [1200 1260 1320 1380 1440 1500 1560 1620......] I want to add a value 0 to 1200, 15 to ...

7 years ago | 2 answers | 0

2

answers

Question


how to read a gps Rinex observation and navigation files in matlab directly
Hey guyz please help me out, i am trying to read a Rinex file (both observation and Navigation) for one of my gps receiver, i wa...

7 years ago | 4 answers | 0

4

answers

Question


I want to repeat every element of a column array (10rows,1column) four times, and put all together in one column array.. please suggest any method
eg: t(10,1)=[1;2;3;4;5;6;7;8;9;10] and i want result=[1;1;1;1;2;2;2;2;3;3;3;3;4;4;4;4;5;5;5;5;6;6;6;6;7;7;7;7;8;8;8;8;9;9;9;9;...

7 years ago | 4 answers | 0

4

answers