how can i use slice for symbolic functions?
조회 수: 5 (최근 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!