You can define a function in Matlab using the @-syntax: g = @(x) sin(x)*x. You can set assumptions not only on variables, but also on expressions.
確定! 回上一頁