Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Da Sun
T2FMP-ML
Commits
35ff227a
Commit
35ff227a
authored
11 months ago
by
Da Sun
Browse files
Options
Download
Email Patches
Plain Diff
Update Demo2.m
parent
0bbdf2e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Demo2.m
Demo2.m
+2
-2
No files found.
Demo2.m
View file @
35ff227a
...
...
@@ -82,11 +82,11 @@ for n=1:nbSamples
end
set
(
gca
,
'FontSize'
,
16
)
ylabel
(
'{\boldmath$M$}'
,
'Fontsize'
,
24
,
'Interpreter'
,
'Latex'
);
sc
=
1
/
dt
;
subplot
(
1
,
2
,
2
);
hold
on
;
title
(
'\fontsize{12}Reproduced manipulability'
);
for
t
=
1
:
7
:
nbData
% Plotting estimated manipulability ellipsoids
plotGMM
([
Data_man
(
1
,
t
)
*
sc
;
0
],
vec2symmat
(
manipulability_reg
(:,
t
)),
[
0.0
0.0
1
],
.
5
,
'-.'
,
2
,
1
);
plotGMM
([
t
;
0
],
vec2symmat
(
manipulability_reg
(:,
t
)),
[
0.0
0.0
1
],
.
5
,
'-.'
,
2
,
1
);
end
set
(
gca
,
'FontSize'
,
16
)
ylabel
(
'{\boldmath$M$}'
,
'Fontsize'
,
24
,
'Interpreter'
,
'Latex'
);
...
...
This diff is collapsed.
Click to expand it.
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