matlab中 S函数 显示没有定义变量t是怎么回事

 我来答
hyh58888
2011-09-25
知道答主
回答量:1
采纳率:0%
帮助的人:2.9万
展开全部
你在用t作为变量时没有申明。可以这样定义变量x:
>> syms x;
>> y=x^2+1;
>>
定义完毕之后就不再显示没有定义变量
康运浩VD
2011-09-22 · TA获得超过312个赞
知道小有建树答主
回答量:762
采纳率:100%
帮助的人:465万
展开全部
>> help varargin
VARARGIN Variable length input argument list.
Allows any number of arguments to a function. The variable
VARARGIN is a cell array containing the optional arguments to the
function. VARARGIN must be declared as the last input argument
and collects all the inputs from that point onwards. In the
declaration, VARARGIN must be lowercase (i.e., varargin).

For example, the function,

function myplot(x,varargin)
plot(x,varargin)

collects all the inputs starting with the second input into the
variable "varargin". MYPLOT uses the comma-separated list syntax
varargin to pass the optional parameters to plot. The call,

myplot(sin(0:.1:1),'color',[.5 .7 .3],'linestyle',':')

results in varargin being a 1-by-4 cell array containing the
values 'color', [.5 .7 .3], 'linestyle', and ':'.

See also varargout, nargin, nargout, inputname, function, lists, paren.

Reference page in Help browser
doc varargin
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式