Hi everyone,
I am fairly new to matlab and having some troubles with the code I need to write to interrogate some data. I was wondering if you could help. So far I have this code:
clear all; % clears all variables from your workspace
close all; % closes all figure windows
clc; % clears...
Hi all,
My problem at the moment is interpreting results in Abaqus FEA. I have successfully completed my 3D beam test rig and need to find where it is failing through plastic deformation so that I can edit the width of the hollow box beam sections in the model. I am quite new to this and I am...