Effacer les filtres
Effacer les filtres

what does this command means?

2 vues (au cours des 30 derniers jours)
prabi p
prabi p le 5 Mai 2016
for i =1: size(Training_String,2)

Réponses (2)

CS Researcher
CS Researcher le 5 Mai 2016
Modifié(e) : CS Researcher le 5 Mai 2016
Assuming Training_String is of size M x N, the command runs a for loop where i goes from 1 to N. Basically a loop which runs N times.

Image Analyst
Image Analyst le 5 Mai 2016
The size() function gives the length of the dimension you give as the second argument. 2 means columns. So the loop will do as many iterations as there are columns in the Training_String array.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by