Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
advice
Offline
Sub MatrixCoefSearch()
Dim i As Integer, j As Integer, k As Integer
Dim JointIndex As Integer, Nbar As Integer
'Number of bar members?
Nbar = 7
'Filling zero element to all matrix coefficient
Range("M30:S39") = 0 'Range(Cells(30, 13), Cells(39, 19)) = 0
'Start searching:
For i = 1 To Nbar 'For each bar member
For j = 1 To 2 * Nbar 'Start search in Table 2, Second column
k = 37 + j 'Refer to current row in Table 2
If Cells(k, 2) = i Then 'If bar index in Talbe 4 can be found in Table 2 (Bars Column)
JointIndex = Cells(k, 1) 'Save row index to distrubte cos&sin into Table 3 (Joints column)
Cells(30 + 2 * JointIndex - 2, 12 + i) = Cells(k, 8) 'Each joint have two equations, thus need to 2*joints
Cells(30 + 2 * JointIndex - 1, 12 + i) = Cells(k, 9)
End If
Next
Next
MsgBox ("Your Matrix Coefficient was created!")
End Sub
:.|:;
Offline
Offline
Offline
/replaceitem entity @p slot.armor.head diamond_block
Offline
Coffee enima
Offline
ctrl + V = my new sigature
<atillabyte> just make everyone female
Offline
suddenly random sig change
Offline
███████████████████████████████████████████████████████████████████████████████████
Offline
Offline
Offline
a
███████████████████████████████████████████████████████████████████████████████████
Offline
An FPS where you slap aliens and the bad guy is constantly stalking you wherever you go.
http://orteil.dashnet.org/gamegen
███████████████████████████████████████████████████████████████████████████████████
Offline
MTG - Looking for the Magic
Offline
Offline
Offline
/hub
Offline
Offline
Offline
[ Started around 1732542637.2181 - Generated in 0.097 seconds, 15 queries executed - Memory usage: 1.75 MiB (Peak: 1.99 MiB) ]