my code generates idx =[2 5 7 12 15]
Before i want to proceed i need to check whether the above mentioned position contain zero or non zero values.
If it contains non zero values i can proceed or else i need to change the idx position till i get all the position containing non zero values.
Could anyone please help me on it.