필터 지우기
필터 지우기

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