Feeds
질문
I want a program in which the user enters the function and the program display or plot that function
val=input("Enter Function",'s'); func= str2func( ['@(x) ' val ] ); x=(1:5); y=func(x); disp(y) this is...
2년 초과 전 | 답변 수: 1 | 0
질문
2년 초과 전 | 답변 수: 1 | 0