开发者

Brackets at the start of input in matlab ?? [ x , y ] =

I would like to know what is the use of having inputs in brackets like this :

[fx, fx开发者_StackOverflow中文版x] = differentiate(...) why is fx and fxx in square brackets ?

Another example includes this [y,t,ysd] = step(m)

Please explain !

Thanks


Matlab allows multiple return values. fx and fxx will each be assigned a return value of the function.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜