Doxygen Source Code Documentation
Test_BrikLoad.m
Go to the documentation of this file.00001 %script Test_BrikLoad
00002 %
00003 %
00004 %
00005 %Purpose:
00006 %
00007 %
00008 %
00009 %Input:
00010 %
00011 %
00012 %
00013 %Output:
00014 %
00015 %
00016 %
00017 %
00018 %
00019 %Key Terms:
00020 %
00021 %More Info :
00022 %
00023 %
00024 %
00025 %
00026 % Author : Ziad Saad
00027 % Date : Fri Dec 15 20:19:14 PST 2000
00028 % LBC/NIMH/ National Institutes of Health, Bethesda Maryland
00029
00030
00031 %Debug Flag
00032 DBG = 1;
00033
00034 BrikName = 'ARzs_CW_avvr.DEL+orig.BRIK';
00035
00036 [err, V, Info, ErrMessage] = BrikLoad (BrikName);
00037
00038 Opt.Format = 'vector';
00039 [err, Vv, Infov, ErrMessage] = BrikLoad (BrikName, Opt);
00040
00041 Opt.Format = 'matrix';
00042 [err, Vm, Infom, ErrMessage] = BrikLoad (BrikName, Opt);
00043
00044
00045
00046
00047
00048