Community Profile

photo

Mohammed Yousuf


Last seen: etwa ein Monat vor Aktiv seit 2016

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 7 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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;...

mehr als 7 Jahre vor | 4 Antworten | 0

4

Antworten