User Portlet User Portlet

Discussions
For some reason when i run this code each entry of solarcalc on columns 2 and 3 are identical. They should not be. In[66]:= n = 344674; dayint = 5; In[67]:= solardata = Import["U:\Input.csv", "csv"]; In[68]:= date =...
Hi All, I have recently been working on a new project and I am not sure where the error is coming from. I have read in a csv file with four columns separated by three commas. The first column consists of dates in the form of 10/11/14. What I would...