/
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
/
z.m
7 lines · 158 B
Copy
Copied
Blame
History
Raw
1
function m = y(al)
2
% Y Rotation matrix
for
rotation about Y to an angle al given
in
radians
3
c = cos(al);
4
s = sin(al);
5
m = [c -s
0
; s c
0
;
0
0
1
];
6
end
7
↑
↓
move
↵
open
esc
close