Home > src > readInput.m

readInput

PURPOSE ^

READINPUT Summary of this function goes here

SYNOPSIS ^

function [ M ] = readInput( filePathName )

DESCRIPTION ^

READINPUT Summary of this function goes here
   Detailed explanation goes here
 load --> .mat

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [ M ] = readInput( filePathName )
0002 %READINPUT Summary of this function goes here
0003 %   Detailed explanation goes here
0004 % load --> .mat
0005 M = load(filePathName);
0006 end
0007

Generated on Tue 31-May-2016 19:24:56 by m2html © 2005