Feeds
提问
how to extract elements that are not succesive
how can I extract elements that are not succesive? For example, how can I extract 1st, 3nd and 6th elements from 7x1 matrix den...
3 years 前 | 2 个回答 | 0
2
个回答提问
difference between data(:,3:4) and data(:,end:end-1) in data=7x4 matrix
what is the difference between them? I'm learning MATLAB Onramp tutorial section and occording to the course, data(:,3:4) in...
3 years 前 | 2 个回答 | 0