摘要:
import matplotlib.pyplot as plt # 1D data x = [1,2,3,4,5] y = [2.3,3.4,1.2,6.6,7.0] plt.figure(figsize=(12,6)) plt.subplot(231) plt.plot(x,y) plt.titl 阅读全文
摘要:
Notes on "ANSYS Mechanical APDL Basic Analysis Guide" Chater 1 : Getting Started 1.1. Building the Model Fisrt specify a jobname and analysis title, t 阅读全文