/
concept-collection
/
seqlab
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
seqlab
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
78d04f1
Branches
main
seqlab
/
src
/
engine
/
pulseq
/
+mr
/
+aux
/
+rotmat
/
x.m
7 lines · 158 B
Code
Blame
History
78d04f1
seqlab: write and view pulseq MRI sequences in the browser
Jeremy Magland
26 days ago
1
function m = x(al)
2
% X Rotation matrix
for
rotation about X to an angle al given
in
radians
3
c = cos(al);
4
s = sin(al);
5
m = [
1
0
0
;
0
c -s;
0
s c];
6
end
7
↑
↓
move
↵
open
esc
close