12-09-2014 11:03 AM - edited 12-09-2014 11:04 AM
altenbach wrote:
(Beside, even your disallowed example code seems overly complicated! For example your inner two for loops and associated code could be replaced by a simple "eqaul" in compare aggregates" mode!)
My thoughts exactly...
12-09-2014 11:11 AM
@crossrulz wrote:
altenbach wrote:
(Beside, even your disallowed example code seems overly complicated! For example your inner two for loops and associated code could be replaced by a simple "eqaul" in compare aggregates" mode!)
My thoughts exactly...
12-09-2014 12:12 PM
@UdiWeiss wrote:
but my instructor alert me that for this assignment we are forbid to use this palate and only use "basic" functions.
I'm thinking there was just a miscommunication problem here. Maybe your instructor only meant for the saving of the locations no to use the Initialize Array and the Replace Array Subset because you could just simply use autoindexing tunnels instead. Somewhere, you really need to use Array Subset or Index Array in order to get your values out of an array. It is complete nonsense to try to work around those two functions.
12-10-2014 08:00 AM
Wow....
So there is no misunderstanding as some of you think , in this assignment we are allowed to use the comparison, numeric, while and for loops with autoindexing and tunnel and conditional - array palette isn't allowed.
Thank's for lighting me with the the option of comparsion function for arrays.
now , I'm trying to understand altenbach, and Kochise approach
yes it is not purely labview problem...
12-10-2014 08:25 AM - edited 12-10-2014 08:27 AM
Conditional Autoindexing Tunnels? They help when trying to get your subarray that will then be used for comparison.
Note: I normally don't help like this for homework, but this assignment is complete asinine.
12-10-2014 09:14 AM
Well , ya I agree with you about the essence, maybe it is meant for logical thinking or how labview deal with arrays... don't know.
I was frustrated when my original answear didn't accept...
Thank you for your solution , surely I'll benfit from it (not only grades 🙂 )