photo

Luis Gomes Perini


Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Changing Variable Name during "While" loop
Hi, it my help: x = 1; while x<=n if Choice_Accuracy(x,1) == 1 eval(['Choice_RT_' num2str(x) '=...

presque 9 ans il y a | 0

Réponse apportée
How to stop an Iteration when the output converges (stops changing)
Hi, let's suppose that at iteration 'n' you have a probability 'p'. Then, for example, you can stop your loop when abs(p_n -...

environ 9 ans il y a | 0

Réponse apportée
How to write the codings to automatic calculate total of files saved in a folder according to the modified date?
Hi, the function you need is "dir", which returns a structure with name, date, size of the file: >> file = dir('name_of_...

environ 9 ans il y a | 0