在matlab中,删除矩阵A的第二行是
A(2,:) = [];
如何删除julia中的一行矩阵?我试着用A(2,:) = [].但我失败了.如何解决这个问题呢?
A(2,:) = []
matlab julia
julia ×1
matlab ×1