02-09-2018 11:05 AM
Ok. Thank you very much. If ever i am facing difficulties, i will contact you.
02-09-2018 11:38 AM
I have used the auto indexing for loop and the in range and coerce function for the irradiance part, but how can i extract their corresponding temperature values at the same time from the array of data.
02-09-2018 12:14 PM
Pass the array of temperature values into the same For loop, also with autoindexing turned on, and it'll provide the matching temperature value.
02-09-2018 02:58 PM
wrote:1. How can i display the tolerance between the data and the line of best fit ?
Linear Fit intervals will allow you to draw confidence boundaries, if that's what you want.
02-11-2018 03:58 AM
Hi arteitle,
I am not getting the desired results. Please find attached my new coding to see if it is correct.
02-11-2018 09:20 AM
Hi,
I have two arrays of data i am extracting from a file and one array of data on which i have applied conditions using the In Range and Coerce function in the for loop. I want to apply the output of the those conditions to the first two array so that i can extract some desired data only and plot them. I have enabled auto-indexing for the input and conditional outputs. I do not know how to wire the conditional outputs to both arrays.
Can someone help me out ?
Thank you.
Please find attached my code.
02-11-2018 10:48 AM - edited 02-11-2018 10:49 AM
02-11-2018 11:18 AM
Hi GerdW,
Yes i figured it out but another issue have rise. I will try the Boolean operations to see if it works.
02-11-2018 11:34 AM
I have already applied the conditions in the for loop, i do not know how to wire all the conditions together, I have tried the Boolean OR operations but it is not giving me the desired plots.
02-12-2018 09:12 AM
The output terminals of the For loop need to be configured as conditional by right-clicking on them, then you have to OR the outputs of your In Range functions and wire the result to the condition terminals of the loop outputs. But as I said earlier, at least with the data you showed in your first post, it didn't look like any of the data would meet your criteria.