Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Nov 2, 2019
1 parent e93f076 commit fc70e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PoleFigureAnalysis/PoleFigureSimulation.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%% Simulating Pole Figure data
%
%%
% Simulating pole figure data from a given ODF is useful to investigate
% pole figure to ODF reconstruction routines. Let us start with a model ODF
% given as the superposition of 6 components.
Expand Down Expand Up @@ -28,7 +29,6 @@
% # superposition coefficients (optional)
% # the magnitude of error (optional)
%

%%
% The list of <Miller.Miller.html Miller indece>

Expand Down Expand Up @@ -98,7 +98,7 @@
% Plot the error in dependency of the number of single orientations.

close all;
plot(1:pf.numPF,e)
plot(1:pf.numPF,e,'LineWidth',2)
ylim([0.07 0.32])
xlabel('Number of Pole Figures');
ylabel('Reconstruction Error');
Expand Down

0 comments on commit fc70e33

Please sign in to comment.