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
a95efa1b
Commit
a95efa1b
authored
Nov 14, 2017
by
Markus Mueller-Trapet
Browse files
bugfix for get_diag
parent
eb1a7348
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ClassStuff/@itaSuper/itaSuper.m
View file @
a95efa1b
...
...
@@ -508,7 +508,7 @@ classdef itaSuper < itaMeta
function
res
=
get_diag
(
this
)
% use eye as mask for diagonal
res
=
this
(
eye
(
size
(
this
,
1
)));
res
=
this
(
logical
(
eye
(
size
(
this
,
1
)))
)
;
end
function
this
=
diag
(
this
,
diagonalshift
,
blocksize
)
...
...
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