Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faust group
faust
Commits
5926c341
Commit
5926c341
authored
8 years ago
by
Nicolas Bellot
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test matlab change path
parent
744dd6af
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/test/tools/set_path.m.in
+2
-6
2 additions, 6 deletions
misc/test/tools/set_path.m.in
with
2 additions
and
6 deletions
misc/test/tools/set_path.m.in
+
2
−
6
View file @
5926c341
addpath('@FAUST_MATLAB_MEX_BIN_DIR@');%% access to the mexfunction
addpath('@FAUST_DATA_MAT_DIR@');%% access to the data (meg matrix hadamard matrix)
addpath('@FAUST_DATA_MAT_DIR@');%% access to the data (meg matrix hadamard matrix)
addpath('@FAUST_CONFIG_MAT_DIR@');%% access to the configuration file (meg matrix hadamard matrix)
addpath('@FAUST_CONFIG_MAT_DIR@');%% access to the configuration file (meg matrix hadamard matrix)
addpath('@FAUST_MATLAB_TOOLS_BIN_DIR@');%% access to Faust.m (interface betwwen faust_core C++ class and matlab class)
addpath(genpath('@FAUST_MATLAB_BIN_DIR@'));%% access to the matlab wrapper bin directory and all its subdirectories (mex,demo ...)
%% access to the old matlab code (factorise a matrix) hierarchical_fact and palm4MSA)
addpath('@FAUST_MATLAB_OLD_BIN_DIR@');
addpath('@FAUST_MATLAB_OLD_PROX_BIN_DIR@');
addpath('@FAUST_MATLAB_OLD_UTILS_BIN_DIR@');
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment