Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-demo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
SPC
SCDDS
SCDDS-demo
Commits
d50daff5
Commit
d50daff5
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
demo1 default tp struct aligned with MDSplus
parent
f904ca42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algos/demo1/algo_demo1_loadtp.m
+10
-4
10 additions, 4 deletions
algos/demo1/algo_demo1_loadtp.m
with
10 additions
and
4 deletions
algos/demo1/algo_demo1_loadtp.m
+
10
−
4
View file @
d50daff5
...
@@ -7,12 +7,18 @@ function TP = algo_demo1_loadtp()
...
@@ -7,12 +7,18 @@ function TP = algo_demo1_loadtp()
TP
.
enable
=
true
;
TP
.
enable
=
true
;
TP
.
gain
=
single
(
2
);
TP
.
gain
=
single
(
2
);
TP
.
refmodel
.
gain
=
single
(
4
);
% another gain used in referenced model
TP
.
refmodel
.
gain
=
single
(
1
);
TP
.
rowvect
=
int32
([
1
2
3
]);
TP
.
rowvect
=
int32
([
1
2
3
]);
TP
.
colvect
=
single
([
1
2
3
]
'
);
TP
.
colvect
=
single
([
1
2
1
pi
/
4
5
]
'
);
TP
.
matrix
=
int
8
([
1
2
;
3
4
]);
TP
.
matrix
=
int
16
([
1
1
12
13
14
;
21
22
23
24
;
31
32
33
34
;
41
42
43
4
4
]);
TP
.
fixdimvector1
=
single
([
1
2
3
4
]);
TP
.
fixdimvector1
=
single
([
1
2
3
4
]);
TP
.
fixdimvector2
=
int32
([
1
2
3
4
]);
TP
.
fixdimvector2
=
int32
([
1
2
3
4
]);
TP
.
vectindex
=
single
([
1
2
]);
TP
.
vectindex
=
int8
([
1
2
]);
TP
.
rmatrix
=
int16
([
11
12
13
14
;
21
22
23
24
;
31
32
33
34
]);
TP
.
tdmatrix
=
int16
(
zeros
(
2
,
3
,
4
));
TP
.
tdmatrix
(:,:,
1
)
=
int16
(
1
*
[
111
121
131
;
211
221
231
]);
TP
.
tdmatrix
(:,:,
2
)
=
int16
(
1
*
[
112
122
132
;
212
222
232
]);
TP
.
tdmatrix
(:,:,
3
)
=
int16
(
1
*
[
113
123
133
;
213
221
233
]);
TP
.
tdmatrix
(:,:,
4
)
=
int16
(
1
*
[
114
124
134
;
214
224
234
]);
end
end
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