フィルターのクリア

Info

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

how to write this problem

2 ビュー (過去 30 日間)
alexaa1989
alexaa1989 2015 年 1 月 6 日
閉鎖済み: dpb 2015 年 1 月 6 日
hello everyone and thanks for previous answers. I have the code below
j=[1 2 3]; p=[1 2 1;2 3 1;3 1 2;1 1 2]; now I need to code this:
c(1,3)=p(1,3);
c(2,3)=p(1,3)+p(2,3);
c(3,3)=p(1,3)+p(2,3)+p(3,3);
c(4,3)=p(1,3)+p(2,3)+p(3,3)+p(4,3);
any help would be great
thanks in advance

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by