Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tb-studies
nai-n2
Commits
a965f33d
Commit
a965f33d
authored
Jan 16, 2016
by
Tadej Borovšak
Browse files
Fix variable name clash
parent
61fc0e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
n1.m
View file @
a965f33d
...
...
@@ -28,6 +28,6 @@ for k = 1:10;
y
=
yt
(
t
);
px
=
lagp
(
t
,
x
,
tmp
);
py
=
lagp
(
t
,
y
,
tmp
);
tmp
=
dist
(
px
,
py
);
r
=
max
(
tmp
)
/
min
(
tmp
)
d
=
dist
(
px
,
py
);
r
=
max
(
d
)
/
min
(
d
)
end
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