I want to use 'syms' normally in exe. How can I solve it?
조회 수: 1 (최근 30일)
이전 댓글 표시
Image1-my m file
Image2-Its exe.
I made m file as like image1. I converted it to exe file. I want to use 'syms' normally in exe. How can I solve it?
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 7월 27일
You cannot use "syms" in a compiled program. The Symbolic Toolbox cannot be compiled into an executable.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!