Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Posthuma
Bachelor Stage
Commits
aed7b9f5
Commit
aed7b9f5
authored
May 11, 2021
by
mposthuma
Browse files
changed xy labels of target response plots
parent
7c9e5aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
target_response_plot.m
View file @
aed7b9f5
...
...
@@ -76,8 +76,8 @@ for iS = 1:2
title
(
c_title
{
iS
});
h
(
iS
)
=
plot
(
target
,
response
,
'o'
);
hr
(
iS
)
=
pb_regplot
(
target
,
response
,
'data'
,
false
);
xlabel
(
'Target (
$^
{\circ}
$
)'
);
ylabel
(
'Response (
$^
{\circ}
$
)'
);
xlabel
(
'Target ({\circ})'
);
ylabel
(
'Response ({\circ})'
);
xlim
([
-
50
50
]);
ylim
([
-
50
50
]);
pb_dline
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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