Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Quanser Active Suspension
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
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
Jakub Vaněk
Quanser Active Suspension
Commits
2279719f
Commit
2279719f
authored
2 years ago
by
Hurak
Browse files
Options
Downloads
Patches
Plain Diff
Removed the data files from the (untracked) work directory.
parent
8b3e8d01
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
software/quanser_work/data/README.md
+0
-26
0 additions, 26 deletions
software/quanser_work/data/README.md
software/quanser_work/data/measured_and_simulated_open_loop_responses.mat
+0
-0
0 additions, 0 deletions
..._work/data/measured_and_simulated_open_loop_responses.mat
with
0 additions
and
26 deletions
software/quanser_work/data/README.md
deleted
100644 → 0
+
0
−
26
View file @
8b3e8d01
# Data sets from experiments
## Open-loop experiment
Here we provide the data from the open-loop experiment
`software/quanser_updated/q_as_ol.slx`
.
Load the data into Matlab workspace using
```
matlab
load
measured_and_simulated_open_loop_responses
.
mat
```
Two new data structs then appear in the workspace
-
`measured_ol_response`
-
`simulated_ol_response`
Plot these using
```
matlab
figure
plot
(
measured_ol_response
.
time
,
measured_ol_response
.
signals
.
values
)
figure
plot
(
simulated_ol_response
.
time
,
simulated_ol_response
.
signals
.
values
)
```
See the corresponding Simulink file for the meaning of the stored variables.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
software/quanser_work/data/measured_and_simulated_open_loop_responses.mat
deleted
100644 → 0
+
0
−
0
View file @
8b3e8d01
File deleted
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