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 years 前 | 1 个回答 | 0
提问
2 years 前 | 1 个回答 | 0