photo

Terra Gordon


Last seen: plus de 4 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
278 328
of 301 370

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 243

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 217

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse