老师们好, 请问matlab绘图中,如何增加如图所示y=0.8x和y=1.2x的线?
比如:subroutine UMAT(x,x)if ... then call UMAT_1else: call UMAT_2end ifreturn endsubroutine UMAT_1(a,a) call user()return endsubroutine user()
跳至页
相关推荐
相关搜索
TOP