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

Kill octave helpers

parent 49d5b5e9
No related branches found
No related tags found
No related merge requests found
close all;
plot(1:length(A),1e-6*A(:,2));
xlabel timesteps
ylabel displacement
close all;
plot(1:length(A),A(:,3));
xlabel timesteps
ylabel traction
close all;
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