Lan Lou
Followers: 0 Following: 0
Feeds
已回答
In the "Section 5 - Further Practice" of MATLAB Onramp, it is stated that, "Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density.". How to do it ?
You would use: p=density([1 3 6],:) or p=density([1 3 6],end) or p=density([1 3 6],1)
In the "Section 5 - Further Practice" of MATLAB Onramp, it is stated that, "Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density.". How to do it ?
You would use: p=density([1 3 6],:) or p=density([1 3 6],end) or p=density([1 3 6],1)
4 years 前 | 1