OPENSEES FRAME VIEWER - INSTRUCTIONS
STEP 1
Put in your code the following lines:
file delete filename
print filename
filename is the name of the file where most of the data of your model will be written. Place these lines, preferably, at the end of your script. Use the "file delete" command in order to avoid appending the file in case of repeated analyses.
STEP 2:
Extract the zip file provided (here) and put filename in the same directory with files provided. In plotframe.m set filename equal to filename and adjust the script according to the comments provided. Execute plotframe.m.
STEP 1
Put in your code the following lines:
file delete filename
print filename
filename is the name of the file where most of the data of your model will be written. Place these lines, preferably, at the end of your script. Use the "file delete" command in order to avoid appending the file in case of repeated analyses.
STEP 2:
Extract the zip file provided (here) and put filename in the same directory with files provided. In plotframe.m set filename equal to filename and adjust the script according to the comments provided. Execute plotframe.m.