Community Profile

photo

Terra Gordon


Last seen: más de 2 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I edit my code to make the file information actually display?
% Everytime I attempt to run it I get an error, but I believe I am doing most of it correct. Please help me % figure out what ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I fix my code so that my information displays to the screen in a user friendly format?
I an writing a script file that asks the user to input a file name, dispays an error if that file is not found, and asks the use...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I edit my code to produce a function that allows the user to choose the number of 6-sided die they want to roll, and have an optional argument to add them all together? The result should be an array of "rolled" numbers, and the added value.
function Dice = rollDice(rolls,add) time = clock(); seed = floor(time(end) * 1000); rng(seed); number = floor(rand * 6) + 1;...

más de 5 años hace | 1 respuesta | 0

1

respuesta