photo

Suat YAZICI


Bulent Ecevit University

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
2 个回答

排名
129,311
of 302,057

声誉
0

贡献数
7 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,525

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,572

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How can I plot hourly data in the same figure?
My data as follows: 1st column: Year 2nd column: Day of the year 3st column: Hour 6st column: Value I'd like to do statis...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I sort big data into text file by writing?
I have big data. Table of text file is 3,496,000 rows x 6 columns. ionex = sortrows(ionex, {'Year','DoY','Hour','Lat','Long','T...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I get and write data from text file?
Thank you to everyone for explanation. I did it finally. load data.txt; [row col] = size(data); test=[]; format short fileI...

7 years 前 | 0

提问


How can I get and write data from text file?
Text file as follows: A column: Year (1998:1:2017) B column: Day of the year (1:1:365 or 366) C column: Hour 1998 152 1 30 2...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
How can I extract and then write data in certain order from other excel files to excel file?
Code is working very well but I didn't export or copy result. I got error as follow: I determined Java Heap Size as 2,024 MB ...

7 years 前 | 0

提问


How can I extract and then write data in certain order from other excel files to excel file?
My excel workbook inserts seven worksheets. A,B and C columns in every worksheets are same. Next five columns are respectively v...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How can I find duplicate first four columns?
Hello! My excel file format is as follows: * A column: Time * B column: Year * C column: Day of the year * D column: Ho...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I calculate formula using loop?
Hello! Excel file format as follows: * A column: Year (from 1998 to 2018) * B column: Day of the year * C column: Hour ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I convert date into day of the year?
Hello! Excel file format as follows: * A column: Year * B column: Month * C column: Day * D column: Hour How can I c...

8 years 前 | 1 个回答 | 0

1

个回答