photo

Jessica Langsdale


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Obtain the mean angle (circle mean of a file)
%enter the number of rows here arraySize=5; meanData=zeros(arraySize,1) for i=1:5 meanData(i)=mean(originalData(i,:)) e...

4 years ago | 0