getDataDir

PURPOSE ^

getDataDir get the full path to the folder containing the GPUBench data

SYNOPSIS ^

function dataDir = getDataDir()

DESCRIPTION ^

getDataDir  get the full path to the folder containing the GPUBench data

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function dataDir = getDataDir()
0002 %getDataDir  get the full path to the folder containing the GPUBench data
0003 
0004 %   Copyright 2011 The MathWorks, Inc.
0005 
0006 dataDir = fullfile( fileparts( fileparts( mfilename( 'fullpath' ) ) ), 'data' );
0007

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.