Skip to content

Commit 31ca748

Browse files
authored
Merge pull request #2 from mfuderer/Shared
bug in fieldname "sampleT1mat"
2 parents de19bab + c3f2f63 commit 31ca748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exampleUse.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Load the matlab file containing an example T1 map
22
fn = 'sampleT1map.mat';
33
data = load(fn);
4-
im = data.sampleT1map;
4+
im = data.sampleT1;
55

66
loLev = 400.0;
77
upLev = 2000.0;

0 commit comments

Comments
 (0)