table を行列に変換する方法は?

22 visualizaciones (últimos 30 días)
MathWorks Support Team
MathWorks Support Team el 13 de Nov. de 2024 a las 0:00
Respondida: MathWorks Support Team el 13 de Nov. de 2024 a las 6:29
バイナリ決定図を使用して、最小化プロセスでBoolean関数を処理するにはどうすればよいですか?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 13 de Nov. de 2024 a las 0:00
table2array() 関数を使用します。また、テーブルがすべて数値で構成されている場合は、テーブル名の後に {:,:} を指定することでも変換できます。
mytable{:,:}

Más respuestas (0)

Categorías

Más información sobre ビッグ データの処理 en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!