Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Karlsson
dmp_perturbation_sim_example
Commits
35d278f5
Commit
35d278f5
authored
Mar 20, 2017
by
Martin Karlsson
Browse files
forgotten semicolons fixed
parent
25347db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
traj2w.m
View file @
35d278f5
...
...
@@ -20,9 +20,9 @@ psi = zeros(P, n_kernel);
for t = 1:P
exp(-0.5*((x(t)-c).^2).*D)
exp(-0.5*((x(t)-c).^2).*D)
;
psi(t,:) = exp(-0.5*((x(t)-c).^2).*D);
psi(t,:)
psi(t,:)
;
end
s = x*(g-y0);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment