photo

Vishwajith Upendra


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 13 ans il y a | 1

Réponse apportée
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...

environ 13 ans il y a | 0