James Webber
Followers: 0 Following: 0
Statistics
13 Questions
0 Answers
RANK
199,044
of 295,569
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
53.85%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
code no longer working but was fully functional and changed nothing
hi all my code was working perfectly yesturday and today it is not working it is saying that there is an issue with the filtfi...
9 months ago | 1 answer | 0
1
answerQuestion
code no longer working
hi all my code was working last night fully but no longer working when trying to get it to run today i ahve changed nothing toda...
9 months ago | 0 answers | 0
0
answersQuestion
while loop inside a while loop
i have one big while loop which loops all of my code and i have a small section within my code which is also in a while loop but...
3 years ago | 1 answer | 0
1
answerQuestion
returning to the start of the game
i am writting the code for battleships and there is a section that if yuo answer no then it should take you back to the begingin...
3 years ago | 1 answer | 0
1
answerQuestion
terminating a game of battleship
i am writting the gaem battleship and i was wondering how to write a section of code so that if you type the word 'quit' in the ...
3 years ago | 0 answers | 0
0
answersQuestion
return to start of code
i have code like this case 2 s=input ('would you like to see the game stastics 1,yes 2,no:') ...
3 years ago | 0 answers | 0
0
answersQuestion
showing game scores for the game battleship wins and losses
i am writting the code for the game battleship and i want to be able to save the results of the gaem and in a diffretn case to s...
3 years ago | 1 answer | 0
1
answerQuestion
exit program whilst code is running
i am programming a game and i want to be able to turn the game off whilst it is playing, like half way through i want to be able...
3 years ago | 0 answers | 0
0
answersQuestion
placing spots on graph
% Demo by Image Analyst, December, 2021. clc; % Clear the command window. close all; % Close all figures (except those of ...
3 years ago | 1 answer | 0
1
answerQuestion
random selection for .csvfile
i have 4 .csvfiles imported into my code like this Choice1= readtable ('computerchoice1.csv'); Choice2= readtable ('c...
3 years ago | 1 answer | 0
1
answerQuestion
join .m files together
i have 2 .m files one called battleship.m (main code) and the other battleship board.m how do i show battleship board.m when i ...
3 years ago | 1 answer | 0
1
answerQuestion
the game battle ship ship location
hi i am trying to code the game battleships, how do i write the code for 2 players to chose the location of their ships? the...
3 years ago | 1 answer | 0
1
answerQuestion
hi I have multiple .csv files and I want to randomly choice 1 to run how do I right the code to only choice on of them?
i am writing a code for the game battle ships and i need to be able to import multiple .csvfiles for the computer to run from bu...
3 years ago | 1 answer | 0