Whenever I try to plot this matlab graph it keeps coming up with an error message what am I doing wrong?

前端 未结 0 1406
眼角桃花
眼角桃花 2020-12-18 22:38
covid = readtable(\'uk_covid.dat\');
date = table2array(covid(:,1));
uk_cases = table2array(covid(:,2));
plot(date,uk_cases, \'b\', \'linewidth\',\'3\');
ax.FontSize         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题