Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
SIMULATION: MATLAB Google Analytics
SIMULATION: MATLAB Google Analytics

...

Include Page
SIMULATION: Structures and Handles - Panel
SIMULATION: Structures and Handles - Panel

Step 2: Creating a Structure for Two Elements

Extend to two elements

Let's now consider the case where we would like to create a structure to store the strain and stress values for two triangular elements.

...

%Extract data from structure
myeps = sigepsstruct.eps
sigxy2 = sigepsstruct.sig(2,3)
fieldnames(sigepsstruct)

Go to Step 3: Structure of handles

Go to all MATLAB Learning Modules