![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16507159_1570565121695_DEF.jpg)
Victoria Morrison
Followers: 0 Following: 0
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