Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS3D
Commits
014e362c
Commit
014e362c
authored
Jun 22, 2016
by
Betty Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commented "exportfig" in slice2D_toy_model.m
exportfig is an extarnal matlab script
parent
4049eecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mfiles/slice2D_toy_model.m
mfiles/slice2D_toy_model.m
+4
-4
No files found.
mfiles/slice2D_toy_model.m
View file @
014e362c
...
...
@@ -4,9 +4,9 @@ clear all;
clc
close
all
iteration
=
60
;
iteration
=
1
;
nx
=
160
;
ny
=
18
6
;
nz
=
160
;
%ny:vertical
nx
=
160
;
ny
=
18
4
;
nz
=
160
;
%ny:vertical
outx
=
1
;
outy
=
1
;
outz
=
1
;
dh
=
0.8
;
FW
=
10
;
...
...
@@ -194,5 +194,5 @@ axis tight
exportfig
(
3
,
[
fname
parameter
'.eps'
],
'bounds'
,
'tight'
,
'color'
,
'rgb'
,
...
'preview'
,
'none'
,
'resolution'
,
200
,
'lockaxes'
,
1
);
\ No newline at end of file
% exportfig(3, [fname parameter '.eps'],'bounds','tight', 'color','rgb', ...
% 'preview','none', 'resolution',200, 'lockaxes',1);
\ No newline at end of file
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