Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to write this problem

2 Ansichten (letzte 30 Tage)
alexaa1989
alexaa1989 am 6 Jan. 2015
Geschlossen: dpb am 6 Jan. 2015
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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by