/
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
main
Branches
main
seqlab
/
src
/
engine
/
pulseq
/
+mr
/
+aux
/
isOctave.m
8 lines · 183 B
Copy
Copied
Blame
History
Raw
1
function OUT = isOctave ()
2
% function that checks
if
we are
in
Octave
3
persistent IO;
4
if
(isempty (IO))
5
IO = exist (
'OCTAVE_VERSION'
,
'builtin'
);
6
end
7
OUT = IO;
8
end
↑
↓
move
↵
open
esc
close