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
Branches
No related tags found
No related merge requests found
close all; close all;
plot(1:length(A),A(:,2)); plot(1:length(A),1e-6*A(:,2));
axis tight;
xlabel timesteps
ylabel displacement
close all; close all;
plot(1:length(A),A(:,3)); plot(1:length(A),A(:,3));
axis tight;
xlabel timesteps
ylabel traction
close all; close all;
plot(1:length(A),A(:,1)); semilogy(1:length(A),exp(A(:,1)));
axis tight;
xlabel timesteps
ylabel state
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment