photo

Louis Grainger


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
187,961
of 300,338

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • Thankful Level 3

View badges

Feeds

View by

Question


check array for zeros using for increment
I am trying to create a game of battleship, given an array populated by zeros, when a value is changed (places a ship), I want t...

4 years ago | 1 answer | 0

1

answer

Question


Incremental conditions for if statement
I'm trying to return an invalid message for any value not inside the parameters. Given this for loop with an embedded while and...

4 years ago | 1 answer | 0

1

answer

Question


Adding a string value to an array.
Given an array of zeros like so.... 0 0 0 0 0 0 0 0 0 0 0 0 Using something like if something = ...

4 years ago | 1 answer | 0

1

answer

Question


Displaying arrays alongside fprintf() text.
Given an array, say 5x5 populated with 0's 0 0 0 0 0 0 0... so on Using disp(array) you are unable to define the spaces betwe...

4 years ago | 1 answer | 0

1

answer

Question


Displaying an array of zeroes.
given: A = zeros([10, 10]) using the disp(x) function the output is not reminiscent of a square due to the horizontal spaces b...

4 years ago | 1 answer | 0

1

answer

Question


Adding value to a vector
Function for using a 'for' loop to add 5 differing values to the vector h. Currently the latter input overwrites the previous. ...

4 years ago | 1 answer | 0

1

answer