Skip to content

Commit c595fe7

Browse files
committed
viewing widget export function
1 parent 3696549 commit c595fe7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

matRad/gui/widgets/matRad_ViewingWidget.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,11 @@ function updateDisplaySelection(this,visSelection)
13601360
end
13611361
end
13621362
end
1363+
1364+
function exportSlice(this,filename,varargin)
1365+
exportgraphics(this.handles.figure1,filename,varargin{:});
1366+
end
1367+
13631368
end
13641369

13651370

0 commit comments

Comments
 (0)