Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
CDS
software
advLigoRTS
Wiki
Building Your First Model
Changes
Page history
New page
Templates
Clone repository
Update Building Your First Model
authored
3 years ago
by
Ezekiel Dohmen
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Building-Your-First-Model.md
+1
-1
1 addition, 1 deletion
Building-Your-First-Model.md
with
1 addition
and
1 deletion
Building-Your-First-Model.md
View page @
c519b360
...
@@ -7,7 +7,7 @@ In order to view RTS models you will need the `2019a` version of Matlab with Sim
...
@@ -7,7 +7,7 @@ In order to view RTS models you will need the `2019a` version of Matlab with Sim
In order for MATLAB to find dependent models we will need to add two directories to its path.
In order for MATLAB to find dependent models we will need to add two directories to its path.
The paths you need to add (only specified from the base git repo directory here) are:
The paths you need to add (only specified from the base git repo directory here) are:
```
```
MATLAB
addpath(advligorts/src/epics/simLink)
addpath(advligorts/src/epics/simLink)
addpath(advligorts/src/epics/simLink/lib)
addpath(advligorts/src/epics/simLink/lib)
```
```
...
...
This diff is collapsed.
Click to expand it.