Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeamDynamics
matutil
Commits
b43cf3de
Commit
b43cf3de
authored
Aug 26, 2018
by
Simone Liuzzo
Browse files
injbump file must be tab separated
parent
ad10a45c
Changes
1
Hide whitespace changes
Inline
Side-by-side
+ebs/injbump_model.m
View file @
b43cf3de
...
...
@@ -21,6 +21,7 @@ atmodel=ebs.model(pth);
bampl
=
[
0
:
0.1
:
0.9
,
0.91
:
0.01
:
1.1
]
*
(
-
15e-3
);
injbumpmat
=
ebs
.
mathcinjectionbump
(
atmodel
.
ring
,
bampl
);
dlmwrite
(
'injbumpmat.cvs'
,[
bampl
'
injbumpmat
]);
dlmwrite
(
'injbumpmat.cvs'
,[
bampl
'
injbumpmat
],
...
.
'delimiter'
,
'\t'
,
'precision'
,
'%.6f'
);
end
Write
Preview
Supports
Markdown
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