Revision history of "Program2"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 23:31, 24 July 2012Starvale talk contribs 618 bytes +618 Created page with 'load Y.mat; load FI_norm.mat; load En.mat; for b=1:61 Pr2(b,:)=Y(b)*(En(b,:)) end Pr4=flipud(Pr2); Pr4(61,:)=[]; Pr=[Pr4; Pr2]; R1=rot90(Pr); R2=flipud(R1); [C,h] = contourf…'