Parent Directory
|
Revision Log
|
Revision Graph
Initial revision
1 | cnh | 1.1 | function [A] = expand(a) |
2 | % [A] = expand(a); | ||
3 | % | ||
4 | % A(:,:,j) = a for j=1:6 | ||
5 | |||
6 | for j=1:6; | ||
7 | A(:,:,j)=a; | ||
8 | end |
ViewVC Help | |
Powered by ViewVC 1.1.22 |