create vector with for loop

1 view (last 30 days)
Abdullah Alawad
Abdullah Alawad on 19 Aug 2021
Answered: Cris LaPierre on 19 Aug 2021
Create a loop to scan through the intersect vector for “true” values ( equal 1). Add an entry to a new vector that is the index of the “true” value. Also increment a counter that will be used to determine the number of intersections.

Answers (1)

Cris LaPierre
Cris LaPierre on 19 Aug 2021
See the part in Ch 13 of MATLAB Onramp that covers for loops.

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!