30.01.2013 Views

6.3 Suspended Ceiling Design Process - Bilkent University

6.3 Suspended Ceiling Design Process - Bilkent University

6.3 Suspended Ceiling Design Process - Bilkent University

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

'fill in matrix titles<br />

For counter = 3 To i + 2<br />

Cells(counter, 1).Value = parameter(counter - 2)<br />

Cells(1, counter).Value = parameter(counter - 2)<br />

Next counter<br />

'fill in R(m,n) values in the matrix<br />

For counter = 1 To i<br />

For counter1 = 1 To i<br />

If R(counter, counter1) = 1 Then<br />

Cells(counter + 2, counter1 + 2).Value = R(counter, counter1)<br />

End If<br />

Next counter1<br />

Next counter<br />

End Sub<br />

222

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!