查看单个帖子
旧 2019-11-25, 22:00   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 What does Matlab full() function do with a row parameter?

I have a declaration with full(abs(sum(A.*A',1)))



nrma2 = full(abs(sum(A.*A',1)));



but sum(...,1) is a row.



abs() returns only a row with absolute numbers



So, what will full() do?





More answer...
poster 当前离线   回复时引用此帖