generate random phases between 0 and 2pi in excel -


i know how generate independently distributed phases between 0 , 2*pi in excel?i used formula

=randbetween(0,2*pi()) 

in matlab can done

angle = (2*pi) * rand(1,4) -to 4 phase ,but in excel?any appreciated in advance

in excel should be

=rand() * pi() * 2


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -