photo

Vishwajith Upendra


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
changing the name of a variable
Here is a sample code which does what you want. Try it. for i=1:5 x=num2str(i); % Converts number to strin...

circa 13 anni fa | 1

Risposto
Assigning values ta set of points in 2d image
for i=1:1:numel(x) B(x(i),y(i))=1 end This should do it. Number of elements in x and y are gonna be the same. So, took one o...

circa 13 anni fa | 0