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) ...
대략 5년 전 | 답변 수: 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); ...
대략 5년 전 | 답변 수: 2 | 0

