Feeds
提问
TASK Create a variable volumes that contains the last two columns of data. You can see the size of data in the output pane to the right of your screen.
and i wrote volumes = data(:,3:4) is still giving me error
3 years 前 | 1 个回答 | 0
1
个回答提问
for idx = 1 hold on plot(idx,density(idx),"*") hold off pause(0.2) end showing incorrect
Name your loop counter idx. For the first execution of the loop, idx should have a value of 1, and it should increase by 1 eac...
4 years 前 | 3 个回答 | 0
3
个回答提问
Does Matlab support coding of embedded systems and robotics
Is Matlab supporting embedded systems and robotics coding?
4 years 前 | 1 个回答 | 0
