Page 1 of 1

Which of these is not a proper way to determine the bounds of an index for a for loop? Using the sequence nomenclature:

Posted: Mon Jun 06, 2022 2:03 pm
by answerhappygod
Which Of These Is Not A Proper Way To Determine The Bounds Of An Index For A For Loop Using The Sequence Nomenclature 1
Which Of These Is Not A Proper Way To Determine The Bounds Of An Index For A For Loop Using The Sequence Nomenclature 1 (31.04 KiB) Viewed 24 times
Which of these is not a proper way to determine the bounds of an index for a for loop? Using the sequence nomenclature: in a:b Using the length of a vector as the upper bound of the sequence nomenclature: in a:length(myvector) Using the vector itself as a defaulted control: in myvector These are all proper bounding procedures