Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ispra-2024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Stéphane Adjemian
ispra-2024
Commits
166c541d
Verified
Commit
166c541d
authored
6 months ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Add plot.
parent
b438c177
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
matlab/plot_all_distributions.m
+1
-0
1 addition, 0 deletions
matlab/plot_all_distributions.m
model/distributions.fig
+0
-0
0 additions, 0 deletions
model/distributions.fig
with
2 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
166c541d
*.pdf
*.pdf
tex/auto
tex/auto
tex/slides.vrb
model/+fs2000/
model/+fs2000/
model/fs2000/
model/fs2000/
...
...
This diff is collapsed.
Click to expand it.
matlab/plot_all_distributions.m
+
1
−
0
View file @
166c541d
...
@@ -18,6 +18,7 @@ function densities = plot_all_distributions(modelname, nparticles, idparam)
...
@@ -18,6 +18,7 @@ function densities = plot_all_distributions(modelname, nparticles, idparam)
plot3
(
densities
{
1
,
1
},
ones
(
512
,
1
),
densities
{
1
,
2
},
'-k'
)
plot3
(
densities
{
1
,
1
},
ones
(
512
,
1
),
densities
{
1
,
2
},
'-k'
)
hold
on
hold
on
for
i
=
2
:
25
,
plot3
(
densities
{
i
,
1
},
i
*
ones
(
512
,
1
),
densities
{
i
,
2
},
'-k'
),
end
for
i
=
2
:
25
,
plot3
(
densities
{
i
,
1
},
i
*
ones
(
512
,
1
),
densities
{
i
,
2
},
'-k'
),
end
view
(
axes1
,[
-
31.1204379546341
14.8026428177991
]);
axis
tight
axis
tight
grid
on
grid
on
hold
off
hold
off
...
...
This diff is collapsed.
Click to expand it.
model/distributions.fig
0 → 100644
+
0
−
0
View file @
166c541d
File added
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