[请益]function输入变量

楼主: cos66666 (cos6666)   2019-12-26 01:26:50
我在M档案中输入以下函数
function y=gx(x)
y=2.*x+x.^2;
而执行过后不断跑出
Not enough input arguments
Error in gx(line 2)
y=2.*x+x.^2
请问该如何更改才不会跑出Error??
作者: shuncheng (shuncheng)   2019-12-26 02:38:00
你直接compile function档?
楼主: cos66666 (cos6666)   2019-12-26 09:21:00
是阿 因为书上是这样教的我是在script编译的
作者: shuncheng (shuncheng)   2019-12-26 16:12:00
简单的说 你写好了这个程式 程式就看得懂这个函数了因此你要使用这个函数 举例来说会这样打x = 3; y = gx(x);你直接compile function档 x没变量宣告 当然会有错误
作者: sppmg (sppmg)   2019-12-26 22:37:00
应该说你如果是按图形接口或f5执行(run),相当于在命令列打 gx() 所以没给足够参数。
楼主: cos66666 (cos6666)   2019-12-27 14:09:00
感谢2位s大

Links booklink

Contact Us: admin [ a t ] ucptt.com