Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
15.056
of 297.016
REPUTAZIONE
2
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
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...
oltre 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...
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...
oltre 13 anni fa | 0