photo

Victoria Morrison


Last seen: 대략 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to use bar() to plot
%% Task 3 - PLOT figure(1) subplot(2, 2, 1) plot(avgCO2, Time2); subplot(2, 2, 2) plot(avgTA, Time1); subplot(2, 2, 3) ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to fix line that exceeds number of array elements(1)
file = readmatrix('CO2.xlsx'); % given file year = file(:,1); month = file(:,2); levelCO2 = file(:,3); crctCO2 = file(:,4); ...

대략 4년 전 | 답변 수: 2 | 0

2

답변