Statistics
3 Questions
0 Answers
RANK
78,042
of 301,428
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,271
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,497
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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 ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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;...
7 years ago | 1 answer | 0
