We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de19bab + c3f2f63 commit 31ca748Copy full SHA for 31ca748
exampleUse.m
@@ -1,7 +1,7 @@
1
% Load the matlab file containing an example T1 map
2
fn = 'sampleT1map.mat';
3
data = load(fn);
4
-im = data.sampleT1map;
+im = data.sampleT1;
5
6
loLev = 400.0;
7
upLev = 2000.0;
0 commit comments