photo

Morgan Tippett


Attivo dal 2018

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Write a program that generates a random number between 0 and 1
Write a program that generates a random number between 0 and 1

oltre 6 anni fa | 0 risposte | 0

0

risposte