在 MATLAB 中使用函数参数大于 0 的 fplot
Using ezplot with parameter of function grater than 0 in MATLAB
所以,我有一个函数 f = x^2
,其中 x
是一个符号,我想绘制它的图形。我怎么能对 matlab 说我希望我的 x
比 0
大?
勾选 documentation:
ezplot('x^2',[0 10]) % or whatever interval you want to specify
所以,我有一个函数 f = x^2
,其中 x
是一个符号,我想绘制它的图形。我怎么能对 matlab 说我希望我的 x
比 0
大?
勾选 documentation:
ezplot('x^2',[0 10]) % or whatever interval you want to specify