Plot Highly Condensed Dataset

4 ビュー (過去 30 日間)
Amritpal Kaur
Amritpal Kaur 2016 年 4 月 12 日
コメント済み: Debarati Banerjee 2016 年 4 月 15 日
So I have a sample dataset which I need to plot using Matlab. The columns look like this:
Obviously due to this data set the plot looks exceptionally condensed.
Now I am totally new to plotting and statistical data processing. What can be done to make the data plot more visually comparable/perusal-able (plotting at larger intervals?)?
Here's the code I wrote:
fid=fopen('me.dat', 'r');
s=textscan(fid,'%s %s %f %f', 'headerlines', 1);
fclose(fid);
a=s{1};
b=s{2};
c=s{3};
d=s{4};
plot(c,d)
Thanks.
  1 件のコメント
Debarati Banerjee
Debarati Banerjee 2016 年 4 月 15 日
You may find this functionality helpful.
Cheers,
Debarati

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by