フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

help matlab code for summation from 1 to 4 dotproducts between two column vector multiple bycolum vector such as 《dot h(:,1),q(:,I)》*q(:,I)

1 回表示 (過去 30 日間)
maha ismail
maha ismail 2014 年 12 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
help matlab code for summation from 1 to 4 dot products between two column vector multiple by colum vector such as 《dot h(:,1),q(:,I)》*q(:,I)
  3 件のコメント
maha ismail
maha ismail 2014 年 12 月 26 日
for I=1:4 summation = dot(h(:,1),q(:,I))*q(:,I) end let h 3*3 matrix and q(:,I) vector column with 3 element I need every result of I+1 coming from sum of result I and the current result I+1
maha ismail
maha ismail 2014 年 12 月 26 日
I'm sorry q also matrix but I deal with each column to provide what I need

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by