Skip to content
Snippets Groups Projects
Commit aa1bc668 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Improve octave helpers

parent 72a3aa95
No related branches found
No related tags found
No related merge requests found
close all;
plot(1:length(A),A(:,2));
axis tight;
plot(1:length(A),1e-6*A(:,2));
xlabel timesteps
ylabel displacement
close all;
plot(1:length(A),A(:,3));
axis tight;
xlabel timesteps
ylabel traction
close all;
plot(1:length(A),A(:,1));
axis tight;
semilogy(1:length(A),exp(A(:,1)));
xlabel timesteps
ylabel state
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment