Statistics
4 Questions
0 Answers
RANK
218,755
of 301,432
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Can anyone help solve this problem? thank you!
PolarAngle2 = [0:(1/180)*pi:pi]; y = sin(PolarAngle2); y = y'; SecondNormalizedIntensity = zeros(size(Nor...
10 years ago | 1 answer | 0
1
answerQuestion
Can anyone explain the error shown?
PolarAngle2 = [0:(1/180*pi):pi]; y = sin(PolarAngle2); y = y'; SecondNormalizedIntensity = zeros(size(Normali...
10 years ago | 1 answer | 0
1
answerQuestion
I have encounter an error with the following: Error in ShortCircuitCurrentIncrease (line 48) RadiantIntensity(i) = integral2(polarfun{: , 181 },PolarAngle3(i),0,pi,0,pi); Anyone Help please
PolarAngle2 = [-pi/2:(1/180*pi):pi/2]; %incremental of polar angle of sun rays PolarAngle3 = PolarAngle2'; y = s...
10 years ago | 1 answer | 0
1
answerQuestion
Cell contents reference from a non-cell array object. Error in ShortCircuitCurrentIncrease (line 48) RadiantIntensity(i) = integral2{polarfun{: , 181 },PolarAngle3(i),0,pi,0,pi};
PolarAngle2 = [-pi/2:(1/180*pi):pi/2]; %incremental of polar angle of sun rays PolarAngle3 = PolarAngle2'; y = sin(PolarAngl...
10 years ago | 0 answers | 0
