Can I do this in Matlab?

조회 수: 1 (최근 30일)
Erwin Avendaño
Erwin Avendaño 2017년 11월 7일
댓글: Erwin Avendaño 2017년 11월 7일
What happens is that my code uses Symbolic Math Toolbox and then making my guide executable the button that uses Symbolic Math Toolbox does not work, I had thought if using for example "syms, str2double, vpa" in my guide does not work because when executable do not know what to do if I could directly add the script of these, look in the matlab folder the vpa, str2double, syms script and I came up with my idea is to paste these scripts when I ask for the files my guide needs to start . It's okay?

채택된 답변

John D'Errico
John D'Errico 2017년 11월 7일
Sorry. You cannot copy parts of a toolbox into another directory and have those functions work properly.
  댓글 수: 5
Erwin Avendaño
Erwin Avendaño 2017년 11월 7일
for the case of newton raphson how could he do?
Erwin Avendaño
Erwin Avendaño 2017년 11월 7일
I use diff to derive the function but the same is symbolic math toolbox so it does not work on my executable. What would I have to do?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Image Analyst
Image Analyst 2017년 11월 7일
From Answers in the other post today, we know that you cannot compile an m-file into a standalone executable if it does anything with the symbolic toolbox. See if you can convert your problem into a numerical solution instead of a symbolic one.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by