photo

Andreas Sorgatz

Last seen: 15 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Revival Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can i define piecewise function ?
You are mixing MATLAB and MuPAD syntax. Also ';' or a linefeed is missing. Try >> syms x y >> piecewise(x<=y,1+y, x>y,1+...

7 years 前 | 0

已回答
how can I call matlabFunction without optimize
Use f = matlabFunction(YourExpression,'File','YourFileName','Optimize',false);

7 years 前 | 1

已回答
Plot different types of plots on same graph
The following input displays all objects in one plot: f2 := (x,y) -> x*exp(y) + cos( x*y ); gf2 := gradient( f2(x,y), [x,y...

12 years 前 | 0