7 lines
110 B
Mathematica
7 lines
110 B
Mathematica
|
|
function Q=getbase(X)
|
||
|
|
%GETBASE Internal function to extract all base matrices
|
||
|
|
|
||
|
|
Q=double(X.basis);
|
||
|
|
|
||
|
|
|
||
|
|
|