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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
1e7ee422
Commit
1e7ee422
authored
8 years ago
by
testcdash Nicolas Bellot
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
find matlab bat
parent
99f623f2
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
CMake/find_matlab_path.bat
+14
-0
14 additions, 0 deletions
CMake/find_matlab_path.bat
with
14 additions
and
0 deletions
CMake/find_matlab_path.bat
0 → 100644
+
14
−
0
View file @
1e7ee422
@echo
off
set
"find_exe=matlab.exe"
(
where
matlab
.exe
)
>
logPath
.txt
(
where
/R
"C:\\Program Files\\MATLAB"
matlab
.exe
)
>>
logPath
.txt
(
where
/R
"C:\\Program Files (x86)\\MATLAB"
matlab
.exe
)
>>
logPath
.txt
set
MATLAB_EXE_DIR_TMP
=
set
/p
MATLAB_EXE_DIR_TMP
=<
logPath
.txt
REM for /f "delims=" %%i in ('type logPath.txt') do (set MATLAB_DIR_TMP=%%i && echo %%i)
echo
environment
variable
is
defined
for
matlab
Path
:
%MATLAB_EXE_DIR_TMP%
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