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

20 views (last 30 days)
MathWorks Support Team
MathWorks Support Team on 13 Nov 2024 at 0:00
Answered: MathWorks Support Team on 13 Nov 2024 at 6:29
バイナリ決定図を使用して、最小化プロセスでBoolean関数を処理するにはどうすればよいですか?

Accepted Answer

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

More Answers (0)

Categories

Find more on ビッグ データの処理 in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!