Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
ee43b6fc
Commit
ee43b6fc
authored
Oct 18, 2016
by
Jan-Gerrit Richter
Browse files
modified spherical sampling surf to work with new design of coordinates surf
parent
fe556c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/SphericalHarmonics/@itaSamplingSph/surf.m
View file @
ee43b6fc
...
...
@@ -39,7 +39,7 @@ if numel(varargin{1}) > 0 &&...
% change to complex drawing mode, if complex base is used
varargin
{
1
}(
1
)
=
varargin
{
1
}(
1
)
+
1
i
*
eps
;
end
disp
([
'plotting SH-coefficients up to order '
num2str
(
this
.
nmax
)]);
ita_verbose_info
([
'plotting SH-coefficients up to order '
num2str
(
this
.
nmax
)]
,
2
);
nmaxVec
=
ceil
(
sqrt
(
nSHData
)
-
1
);
titleString
=
[
'Spherical Harmonics coefficients, nmax = '
num2str
(
nmaxVec
)
'/'
num2str
(
this
.
nmax
)
' (data/grid)'
];
end
...
...
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