Here is my code: A = []; for ... A = vcat(A, b); end I'm getting the below error. Before A is assigned any values, it is an empty array, ...
確定! 回上一頁