SV = rand(10, 1) function add_star(SV) for i =1:5 append!(SV_new[:,1], 4) end return SV[:,1] end. I am expecting the output of the function to be an array ...
確定! 回上一頁