--- Quote Start ---
1.In arrays(of real type ) how are we supposed to find the maximum value index in the array?I think A'HIGH is something different which gives the highest subscript of the array.What's the difference between A'HIGH and A'RIGHT (low to high indexes).?
2. I have to find the index of the values in a array which are less than a particular value or a constraint like that. I mean find(MP2>0.77)(IN matlab);
Please help me :)
--- Quote End ---
I've attached a source code that should solve your request as I understand it.
As far as vectors with ascending indices are of concern, there is no difference between 'high and 'right.