Home > functions > common > loadfunc > vb_load_JactInfo.m

vb_load_JactInfo

PURPOSE ^

load JactInfo for the function of vb_load_Jact

SYNOPSIS ^

function [JactInfo] = vb_load_JactInfo(proj_root,currfile)

DESCRIPTION ^

load JactInfo for the function of vb_load_Jact

USAGE:
 JactInfo = vb_load_JactInfo(proj_root,currfile)


 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [JactInfo] = vb_load_JactInfo(proj_root,currfile)
0002 %load JactInfo for the function of vb_load_Jact
0003 %
0004 %USAGE:
0005 % JactInfo = vb_load_JactInfo(proj_root,currfile)
0006 %
0007 %
0008 % Copyright (C) 2011, ATR All Rights Reserved.
0009 % License : New BSD License(see VBMEG_LICENSE.txt)
0010 
0011 currfile = [proj_root filesep currfile];
0012 
0013 load (currfile, 'JactInfo');
0014 
0015 return

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005