Community Profile

photo

Gamma1990


Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Program to find connected and non-isomorphic graphs
Hello, I want to determine the connectivity and isomorphism of the graph and save the connected unlabeled graph in the cell arr...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How do I refer to values that contain decimal points and integers (for example, 1.0000 ... and 1)?
I want to take out the row in which the first column of the cell array b (above image) is 1 (including 1.0000) and put it into...

mer än 2 år ago | 1 answer | 0

1

answer

Question


cell配列内の特定の行を取り出し,それらの行を一つのcell配列にまとめることはできますか?
一枚目の画像の3列目の値が4のとき,その行をすべて取り出して二枚目の画像のようにまとめたいのですが,可能でしょうか? よろしくお願いします.

mer än 2 år ago | 1 answer | 0

1

answer

Question


同じ型のcell配列2つを1つのcell配列にまとめることはできますか?
・実現したいこと したいことは,同じ型のcell配列2つを1つのcell配列にまとめることです. 例えば,1番目の画像(変数:data1)の1行目と,2番目の画像(変数:data2)の1行目を組み合わせて3番目の画像(変数:data)のよう...

mer än 2 år ago | 1 answer | 0

1

answer

Question


列ベクトルの成分を上から大きい順に変えることはできますか?
列ベクトルが下のようなときについて質問です. A= 1 2 3 2 このとき,行列Aの成分を上から大きい順に入れ替えた行列Bに変換して, B= 3 ...

mer än 2 år ago | 1 answer | 0

1

answer

Question


連結な単純無向グラフにおいて,頂点が7つのグラフをすべて出力するにはどうすればよいですか?
・実現したいこと 私がしたいことは,連結な単純無向グラフにおいて,頂点が7つのときのグラフをすべて出力することです. 具体的にすべて出力するというのがどういうことかというと,例えば頂点が3つの場合,以下の4つを出力するということです. 頂点が3つ...

mer än 2 år ago | 1 answer | 0

1

answer