Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
optics
xgi
Commits
9cdf3bd3
Commit
9cdf3bd3
authored
May 28, 2019
by
flechsig
Browse files
remove windows specific path
parent
aeda86a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Matlab/example2.m
Matlab/example2.m
+2
-1
No files found.
Matlab/example2.m
View file @
9cdf3bd3
clear
all
;
dir_path
=
struct
;
dir_path
.
expdata
=
'.\'
;
%uf dir_path.expdata = '.\'; % windows
dir_path
.
expdata
=
''
;
%'./'; % linux
%parameter initializations (input comes from moire XGI calibration)
beta_fix
=
0.0271
;
%fixed absolute angle on phase grating
...
...
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