Iris Kiebert
Followers: 0 Following: 0
Statistics
RANK
193,649
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
22.22%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to get hourly meshgrids?
for counter=1:n_param wh=(h+12)*(pi/12); %OPDRAcht 4 sinoaz=-23.45*(pi/180)*cos(((2*pi)/365)*(10+counter)); oa...
5 years ago | 1 answer | 0
1
answerQuestion
please help me figure out what to do
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.0001; % deg...
5 years ago | 0 answers | 0
0
answersQuestion
my figure doesnt isnt right
close all clear all %parameters h=[1:24]; %hours in day in hours m=[1:14400]; %minute...
5 years ago | 0 answers | 0
0
answersQuestion
my code doesnt show a graph even if i use the plot command
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.0001; % deg...
5 years ago | 2 answers | 0
2
answersQuestion
how to find x if i only know y?
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.0001; % deg...
5 years ago | 2 answers | 0
2
answersQuestion
coswm should have a 1x365 dimension, but its dimension is 1x1, what am i doing wrong?
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.0001; % deg...
5 years ago | 1 answer | 0
1
answerQuestion
coswm has a dimension of 1x1, while it needs to be 1x365. what am i doing wrong?
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.0001; % deg...
5 years ago | 0 answers | 0
0
answersQuestion
i should only count the shadow if ashadow>15, how do i do that? also the lengthofshadow only changes for the day number and not the minute of the day, how to solv this?
close all clear all h=[1:24];%hours in day m=[1:14400];%minutes in day n_param=5; n=[1:365];%days in year az=0.00...
5 years ago | 0 answers | 0
0
answersQuestion
Dimensions are always 1x1
No matter what I do if I type in for n=1:365 n will always have a dimension of 1x1 with the value 365.the same happens when I ma...
5 years ago | 1 answer | 0