<< chart 5-5-1 mfft >>
removed >> removed > 5-5-1 > jmat

jmat

行または列ブロック交換

呼び出し手順

j = jmat(n, m)

パラメータ

n

行列のブロック行またはブロック列の数

m

(正方)ブロックの大きさ

説明

この関数は行列のブロック行またはブロック列を交換します

Examples

m=grand(4,4,"uin",0,9).*.ones(2,2)
j=jmat(4,2)
m*j   // permutes blocks of columns
j'*m  // permutes blocks of rows

履歴

VersionDescription
5.5.1 jmat was removed after Scilab 5.5.1. flipdim is extended to replace it.

<< chart 5-5-1 mfft >>