- refactored
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
% fpoints.m
|
||||
|
||||
function fp = fpoints(dim,len, pos)
|
||||
|
||||
fp = randn(dim,len);
|
||||
|
||||
for d=1:dim,
|
||||
fp(d,:) = fp(d,:) + pos(d);
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user