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...
거의 3년 전 | 답변 수: 1 | 0
질문
거의 3년 전 | 답변 수: 1 | 0