photo

KOUSHIK


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I want Genetrate all possible breakage states. That is 1 become 0 but 1st,last row and 1st,last column are not going to change i.e they are allawaies 1.How can I do this? 1.
My code is n = 10; % Set value of n State_Matrix = zeros(n); s = transpose(1:n); for i = 1:n for j = 1:n d = ...

1 year 前 | 1 个回答 | 0

1

个回答