LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

question about array/ construct array

Solved!
Go to solution

 

I guess I did it 🙂

Message 11 of 13
(570 Views)

Hey ppl,

 

It's me once again. Thank you to Nitzz to his, unfortunately partly solution as wanted by me. If you carefuly check the program written by Nitzz you will find if the array is decreasing as 13 12 10 9 8 and excetera the program will write exactly the same array as was given in the beginning or 

given array:13 12 10 9 8---after program written by Nitzz---> 13 12 10 9 8 but I want that it will write: 13 0 0 0 0. So this program perfectly works for the case when you have the situation of the increased array, like 10 11 12 23 45. So I did some corrections to that program and it works good: (I did that the program also scan the array backwards or <---).(in the case of Nitzz the program scans array -->). you will see it if you see my program. Also I did that the first and last number doesn't change; its just looks like the graph begins and ends with some number.

 

Thanks again to Nitzz. 🙂

 

Message 12 of 13
(555 Views)

Hi Dimani,

 

Good work.. 🙂

 

Regards,


Nitzz

Message 13 of 13
(550 Views)