Morgan Tippett
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How do I make the values appear in the table?
n=zeros(1,20); for i=1:20 n(i)=1*10^i; end % Calculate (1+1/n)^n evaulated for all the above n's appro...
6 years 前 | 1 个回答 | 0
1
个回答提问
My program won't stop running and I cannot figure out why.
frac=0.525; b=7; A=[frac*b]; F=[floor(frac*b)]; frac=A(1)-F(1); while frac-floor(frac)~=0 A=horzcat...
6 years 前 | 1 个回答 | 0
1
个回答提问
Write a program that generates a random number between 0 and 1
Write a program that generates a random number between 0 and 1
7 years 前 | 0 个回答 | 0