how can i use slice for symbolic functions?
4 次查看(过去 30 天)
显示 更早的评论
hi friends
as you know, for symbolic functions, we can not use formulas like plot, mesh, surf , ... and then we should use formulas like ezplot, ezmesh, ezsurf , ... but about the formula " slice " (for symbolic functions), what formula we sholud use? ezslice?!! (it doesn't exist)
0 个评论
采纳的回答
Mischa Kim
2014-10-1
编辑:Mischa Kim
2014-10-1
Moein, most likely you can use matlabFunction to convert the symbolic functions and then use function such as slice.
2 个评论
Mischa Kim
2014-10-1
If your function is readily available (as is the case above) you do not need to use the symbolic approach at all. See the answer to your duplicate question.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numbers and Precision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!