11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Option P1 = 1<br />

Extract a block(s) of columns from a matrix.<br />

Format:<br />

MATMOD I1,,,,,/O1,/1/STARTCOL/ENDCOL/COLINC $<br />

Input Data Block:<br />

I1 Any matrix. (Real or complex).<br />

Output Data Block:<br />

O1 Column vector containing column P2 of I1.<br />

Parameter:<br />

STARTCOL Input-integer. Starting column number to extract from I1.<br />

ENDCOL Input-integer. Ending column number to extract from I1<br />

COLINC Input-integer. Column increment. Extract every COLINC'th<br />

column between STARTCOL and ENDCOL.<br />

Remarks:<br />

1. If ENDCOL is zero then ENDCOL=STARTCOL.<br />

MATMOD<br />

Matrix modification<br />

2. If COLINC is zero then every column between STARTCOL and ENDCOL is<br />

extracted.<br />

Examples:<br />

1. Extract the seventh column from A and call it A7.<br />

MATMOD A,,,,,/A7, /1/7 $<br />

2. Extract the third, fourth, and fifth columns from A.<br />

MATMOD A,,,,,/A345, /1/3/3 $<br />

Option P1 = 2<br />

Filter small magnitude terms of a matrix.<br />

Format:<br />

MATMOD I1,,,,,/O1,/2/PURGE///FILTER $<br />

Input Data Block:<br />

I1 Any matrix. (Real or complex).<br />

114

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

Saved successfully!

Ooh no, something went wrong!