Initial Commit.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
function [tgt] = gen_tgt(pos, vel, acc, rcs, str_class)
|
||||
|
||||
tgt.pos = pos;
|
||||
tgt.vel = vel;
|
||||
tgt.acc = acc;
|
||||
tgt.rcs = rcs;
|
||||
tgt.class = str_class;
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user