vectors for simple for and if loop
vectors for simple for and if loop
(OP)
ladies / Gents
A very simple one, i'm pretty new to mathcad and am having trouble with the logic below.
I have been attempting to write a function to look through an existing vector / array (L) testing whether the values within it are between two limit conditions (RAL & RBL).
If the valves fall outside then they become zero in the result vector. If within the range then they maintain their current value.
The code is below, clearly i'm doing something wrong and desite seatching the net for clues i seem unable to solve the problem.
Any help much appreciated
Sorry been unable to add a screenshot, so have attached mathcad file on link below
cheers
A very simple one, i'm pretty new to ma
CODE -->
I have been attempting to write a function to look through an existing vector / array (L) testing whether the values within it are between two limit conditions (RAL & RBL).
If the valves fall outside then they become zero in the result vector. If within the range then they maintain their current value.
The code is below, clearly i'm doing something wrong and desite seatching the net for clues i seem unable to solve the problem.
Any help much appreciated
Sorry been unable to add a screenshot, so have attached mathcad file on link below
cheers
RE: vectors for simple for and if loop
http://files.engineering.com/download.aspx?folder=...
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: vectors for simple for and if loop
But out of interest, if i were to achieve the same by the method i had started, what was wrong with my code?
cheers
RE: vectors for simple for and if loop
Thanks for your help, have discovered my error (s).
thanks again