Community Profile

photo

Ali ibrahim


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I replace a table with an array so that node is the first column, x is the second column, and y is the third column, and "obtained_nodes_table" is an array and "nodes_t
obtained_nodes_table = nodes_table; counter = 1; for row = 1:numel(nodes_table.Node(:)) if nodes_table.X(row) == 1 ...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


I need help clarifying this part of the code
obtained_nodes_table = nodes_table; counter = 1; for row = 1:numel(nodes_table.Node(:)) if nodes_table.X(row) == 1 ...

meer dan 2 jaar ago | 1 answer | 0

1

answer