More efficient method to avoid for loop in MATLAB

前端 未结 0 1306
名媛妹妹
名媛妹妹 2020-12-18 23:47

Is there a more efficient way of performing the below code, avoiding the for loop?

for n = 1 : 400
    d(:,n) = a\'*(b(:,n) - c);
end

Thanks

相关标签:
回答
  • 消灭零回复
提交回复
热议问题