https://github.com/pengsun/MexConv3D
Raw File
Tip revision: b84a25240acc21dd2dc90c91074baa43139d02dc authored by Peng Sun on 21 November 2016, 04:04:21 UTC
add example/example_simplenet/*
Tip revision: b84a252
setup_path.m
dir_this = fileparts( mfilename('fullpath') );
addpath( dir_this );
addpath( fullfile(dir_this, 'util') );
back to top