Mohammed Yousuf
Followers: 0 Following: 0
Feeds
提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 0 个回答 | 0
0
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0
2
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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
7 years 前 | 2 个回答 | 0
2
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 ...
8 years 前 | 2 个回答 | 0
2
个回答提问
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...
8 years 前 | 4 个回答 | 0
4
个回答已回答
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
thank you i got the answer
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
thank you i got the answer
8 years 前 | 0
提问
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;...
8 years 前 | 4 个回答 | 0
4
个回答提问
I have 4 arrays of 335 elements each, i want one array(resultant) whcih consists of first array element in first element and first array element of second array into second element of resultant array and first array element of third array into third
eg: a=[1;2;3] b=[4;5;6] c=[7;8;9] and i want d=[1;4;7;2;5;8;3;6;9] please help me out,
8 years 前 | 2 个回答 | 0