This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic. By continuing to use this website, you consent to our use of cookies. Please see our Privacy Policy to learn more about cookies and how to change your settings.
First I pull the data from this channel and from several websites that provide today's weather and sun orientation.
I then construct the image using MATLAB line and patch commands and allocate a colour to each of those shapes depending on their temperature using a colormap
An example of one of the drawing commands is:
line(Pipe1(:,1),Pipe1(:,2), 'Color',PipeColor,'LineWidth',5);
Where
Pipe1 is a list of coordinates of the pipe
PipeColor is a [1 3] vector describing the color of that piece dependent on its temperature
Would you please comment on how do calculate sunshine % and efficiency % on a visualization chart?
I'm also interested whether evacuated tube solar collector does any good during winter.
Thank you.
Sunshine % is data gathered by MATLAB from another website (a weather station in the same city as the solar array). They publish the number of seconds of unobscured sunshine and I am able to regularly check that to get an hourly sunshine %
These data are then added to the MATLAB visualisation using the text() command.
https://thingspeak.com/channels/34247