Bikiran Das
Followers: 0 Following: 0
Feeds
提问
sort a matrix of size m x 3 with respect to column 2 and then column 1 -
Column 2 data : year column 1 data : yearday (i.e 31st jan 12:00 = 31.5 and 1st feb 15:00 = 32.61(appx.)) column 3 data: varia...
8 years 前 | 1 个回答 | 0
1
个回答已回答
Graphing a sin function - graph not appearing?
x = 0:pi./100:2*pi; y = sin(2*x)./(2*x); plot(x,y); Use this code during division of float values use of a '.' is recommen...
Graphing a sin function - graph not appearing?
x = 0:pi./100:2*pi; y = sin(2*x)./(2*x); plot(x,y); Use this code during division of float values use of a '.' is recommen...
8 years 前 | 0
| 已接受
提问
Synchronizing Matrix size of multiple matrix such as A=300 x 3, B= 305 x 3 C= 290 x 3and so on. Based on the rows having same dates.
The 1st column of all matrix represents year-day(i.e 31st Jan 12 noon = 31.5, 1st feb 14:00 Hrs = 32.56 (appx.) 2nd column repr...
8 years 前 | 1 个回答 | 0
1
个回答提问
Want to convert hourly Data into Daily Mean
My Data Has hourly recording from date 27th March 2013 to 30 Jan 2015 the Data for 28th March 2013 to 29th Jan 2015 has data fo...
8 years 前 | 1 个回答 | 0
1
个回答提问
I want to conver the excel dateformat('27-03-2013 06:00:00') in to matlab yearday i.e 31 jan 2013 = 31 and `1st Feb 2013 = 32
need to convert excell date ('27-03-2013 06:00:00') format into Matlab datevec or datestr and then further conver it into year d...
8 years 前 | 1 个回答 | 0