Community Profile

photo

Victoria Morrison


Last seen: mer än 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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) ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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); ...

mer än 3 år ago | 2 answers | 0

2

answers