% BTDATA file btdata.m Parameters for Bernoulli trials % Version of 11/28/92 % Sets parameters for generating Bernoulli trials % Prompts for bt to generate the trials n = input('Enter n, the number of trials '); p = input('Enter p, the probability of success on each trial '); disp(' ') disp(' Call for bt') disp(' ')