单项选择题

函数首部格式为function [out1,out2]=myfunc(in1,in2),不正确的调用格式是()。

A.[x,y]=myfunc()
B.myfunc(a,b)
C.[x,y]=myfunc(a)
D.x=myfunc(a,b)