MATLAB BUILDER EX 1 User's Guide Page 150

  • Download
  • Add to my manuals
  • Print
  • Page
    / 164
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 149
C Utility Library
vals(K) = -1
K=K+1
rows(K) = I
cols(K) = I
vals(K) = 2
K=K+1
rows(K) = I + 1
cols(K) = I
vals(K) = -1
K=K+1
Next
rows(K) = 5
cols(K) = 5
vals(K) = 2
Set x = New MWSparse
x.NumRows = 5
x.NumColumns = 5
x.RowIndex = rows
x.ColumnIndex = cols
x.Array = vals
.
.
.
Exit Sub
Handle_Error:
MsgBox (Err.Description)
End Sub
Class MWArg
The MWArg class p asses a generic argument into a compiled class method. This
classpassesanargumentforwhichthedata conversion flags are changed for
that one argument. This class has these properties/methods :
“Property Value As Variant” on page C-31
“Property M WFlags As MWFlags” on page C-31
“Sub Clone(ppArg As MWArg)” on page C-31
C-30
Page view 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 163 164

Comments to this Manuals

No comments