Two graphs in the same plot, why?
古いコメントを表示
Hi, I imported some data from an xls file, and when plotting it , I obtain two graphs in the plot. Only one is necessary. What is the other and why does it appear?
xlsread('sunHoursInTrollhattan.xlsx')
plot(ans)
xlabel('måned')
ylabel('timer')
title('Soltimar i Trollhattan')

Thanks
採用された回答
その他の回答 (1 件)
Alan Stevens
2024 年 1 月 31 日
0 投票
You have the hours as one plot and the minutes as the other!
Turn the data into all minutes, or all hours first.
1 件のコメント
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!