photo

Louis Grainger


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
135,463
of 300,756

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答