Calculating energy using MATLAB

后端 未结 1 883
借酒劲吻你
借酒劲吻你 2021-01-07 11:12

Energy, which is as follows:

\"Enter

can be found based on the MATLAB document

1条回答
  •  悲哀的现实
    2021-01-07 11:45

    If I'm not wrong:

    ans=sum(a(:).^2)/sum(a(:)).^2
    

    0 讨论(0)
提交回复
热议问题