Feeds
질문
How do I repeat a column vector to make into one longer column vector?
I have a column vector that has 24 values that I want to repeat 30 times into a column vector that has 720 values. How do I do t...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
How do a get a specific day of the year?
This is my code: for x = 1:n % adjust code for n>1 a = 1; x; %Load irradiation data fid = fopen([s...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do can I change an input variable for get a different answer each time a loop runs?
This is my loop: for Day = 1:365 Io = Isc*(1+(0.034*cos(2*pi*(Day/365.25)))); SolarDeclination = deg2rad(Decl...
8년 초과 전 | 답변 수: 1 | 0

