Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1.
Example...
10 years 前
已解决
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
已回答 minimum value array issue
If removing of values is allowed :
[TransmiterNode,ind]=min(dn(:));
dn(ind)=[];
10 years 前 | 0
已回答 Separate the red and purple pixels in a photo
Tried to separate out the colors using K-Means Clustering using guide shown <http://www.mathworks.in/help/images/examples/color-...