photo

Daniel


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
169,388
of 301,854

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,439

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,967

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Good afternoon I have a dataset thas is a daliy time series of exchange rates. I need to make a line plot that includes the dates on the x-axis and on the y-axis the exchanges rates.
Euro=data.EURO(:,1) figure subplot(2,1,1) plot(dates,Euro, 'linewidth',3) datetick('x',12,'keepticks'); %axis([min(dates...

13 years 前 | 0 个回答 | 0

0

个回答

提问


error in plot dataset
I have a example dataset which first column is "date". I want to create a new graph with "date" an others variables; however, in...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Error to import txt data
I want to import txt file (b_ifi_1.txt) to Matlab; my code is: data=dataset('File','b_ifi_1.txt') however, i have this mes...

13 years 前 | 1 个回答 | 0

1

个回答