Community Profile

photo

Gamma1990


Aktiv seit 2021

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort