Feeds
提问
Rolling dice multiple times?
I want to have my code to roll five dice once, which I will do using the randi command. I then want to reroll certain dice two m...
10 years 前 | 1 个回答 | 0
1
个回答提问
Yahtzee in Matlab?
Im trying to make the game yahtzee in matlab. Im setting up an array with 0's and 1's in it, and the 1's will be the dice that I...
10 years 前 | 1 个回答 | 1
1
个回答提问
Extracting a message from a picture?
In the attached document, Im really stuck on what its asking. Could someone please help me better understand it, and what it wan...
10 years 前 | 2 个回答 | 0
2
个回答提问
Hiding a message in an image?
Can someone please look at this document I attached, and also my code. Im not sure if my code is correct or not. I do get the tw...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to count how many games are won?
For this rock, paper, scissors code I need to count how many games are won by the computer, player, and end in a tie. Would I us...
10 years 前 | 1 个回答 | 0
1
个回答提问
Rock, Paper, Scissors in MATLAB?
In the attached document, looking at problem 4, how would I write the code using a matrix and while loop. I know how to write th...
10 years 前 | 1 个回答 | 0
1
个回答提问
Dont know the key value for decryption?
I need to get my code to decrypt a message without knowing the key. I want it to run through a loop 25 times. Using ASCII values...
10 years 前 | 0 个回答 | 0
0
个回答提问
Decrypting a message without knowing the key?
I need to repeat my decrypted code 25 times, and stop it once ive correctly decrypted the message. Heres my decryted code: ...
10 years 前 | 1 个回答 | 0
